balena-supervisor/package.json
2015-10-13 13:37:10 -03:00

34 lines
810 B
JSON

{
"name": "resin-supervisor",
"version": "0.0.5",
"scripts": {
"postinstall": "bash postinstall.sh",
"start": "./entry.sh"
},
"dependencies": {
"JSONStream": "~0.7.1",
"blinking": "~0.0.2",
"bluebird": "^2.6.0",
"coffee-script": "~1.8.0",
"csr-gen": "~0.2.1",
"dockerode": "~2.0.0",
"event-stream": "~3.0.20",
"express": "~3.2.6",
"knex": "~0.7.3",
"lodash": "~3.0.0",
"mixpanel": "0.0.20",
"network-checker": "~0.0.2",
"ngrok": "~0.1.97",
"pubnub": "~3.6.4",
"randomstring": "~1.0.3",
"request": "^2.51.0",
"pinejs-client-js": "git+ssh://git@bitbucket.org:rulemotion/pinejs-client-js.git#v0.3.1",
"sqlite3": "~3.0.4",
"tty.js": "~0.2.13",
"typed-error": "~0.1.0"
},
"engines": {
"node": "0.10.22"
}
}