balena-supervisor/package.json

34 lines
810 B
JSON
Raw Normal View History

2013-06-01 18:34:38 +00:00
{
"name": "resin-supervisor",
2015-02-06 02:38:57 +00:00
"version": "0.0.5",
"scripts": {
2014-07-10 19:54:29 +00:00
"postinstall": "bash postinstall.sh",
2014-06-10 00:05:16 +00:00
"start": "./entry.sh"
},
"dependencies": {
"JSONStream": "~0.7.1",
2015-02-27 19:35:20 +00:00
"blinking": "~0.0.2",
"bluebird": "^2.6.0",
2015-01-07 19:15:29 +00:00
"coffee-script": "~1.8.0",
"csr-gen": "~0.2.1",
"dockerode": "~2.0.0",
2013-12-31 06:25:09 +00:00
"event-stream": "~3.0.20",
2014-06-18 16:54:36 +00:00
"express": "~3.2.6",
2015-01-08 16:44:03 +00:00
"knex": "~0.7.3",
2015-01-29 16:00:56 +00:00
"lodash": "~3.0.0",
2014-06-18 16:54:36 +00:00
"mixpanel": "0.0.20",
"network-checker": "~0.0.2",
2014-08-04 11:10:36 +00:00
"ngrok": "~0.1.97",
2014-06-18 16:54:36 +00:00
"pubnub": "~3.6.4",
"randomstring": "~1.0.3",
"request": "^2.51.0",
2014-12-24 15:39:57 +00:00
"pinejs-client-js": "git+ssh://git@bitbucket.org:rulemotion/pinejs-client-js.git#v0.3.1",
2015-01-08 16:44:03 +00:00
"sqlite3": "~3.0.4",
"tty.js": "~0.2.13",
"typed-error": "~0.1.0"
},
2014-01-01 21:03:51 +00:00
"engines": {
"node": "0.10.22"
}
2013-06-01 18:34:38 +00:00
}