balena-supervisor/package.json

35 lines
785 B
JSON

{
"name": "resin-supervisor",
"version": "0.0.6",
"scripts": {
"postinstall": "bash postinstall.sh",
"start": "./entry.sh"
},
"dependencies": {
"JSONStream": "^0.10.0",
"blinking": "~0.0.2",
"bluebird": "^2.6.0",
"body-parser": "^1.12.0",
"coffee-script": "~1.9.1",
"dockerode": "~2.0.0",
"event-stream": "^3.0.20",
"express": "^4.0.0",
"knex": "~0.7.3",
"lodash": "^3.0.0",
"mixpanel": "0.0.20",
"network-checker": "~0.0.3",
"ngrok": "~0.1.97",
"pinejs-client": "^1.2.0",
"pubnub": "~3.6.4",
"randomstring": "~1.0.3",
"request": "^2.51.0",
"server-destroy": "^1.0.0",
"sqlite3": "~3.0.4",
"tty.js": "~0.2.13",
"typed-error": "~0.1.0"
},
"engines": {
"node": "0.10.22"
}
}