balena-supervisor/package.json

34 lines
923 B
JSON
Raw Normal View History

2013-06-01 18:34:38 +00:00
{
"name": "resin-supervisor",
2015-01-09 18:55:12 +00:00
"version": "0.0.3",
"scripts": {
"preinstall": "bash deps.sh",
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",
"blinker": "git+ssh://git@bitbucket.org:rulemotion/blinker.git#v0.0.1",
"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",
2014-06-18 16:54:36 +00:00
"lodash": "~2.4.1",
"mixpanel": "0.0.20",
"network-checker": "git+ssh://git@bitbucket.org:rulemotion/network-checker.git#v0.0.1",
2014-08-04 11:10:36 +00:00
"ngrok": "~0.1.97",
2014-06-18 16:54:36 +00:00
"pubnub": "~3.6.4",
"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
}