balena-supervisor/package.json

33 lines
723 B
JSON
Raw Normal View History

2013-06-01 18:34:38 +00:00
{
"name": "resin-supervisor",
2015-03-03 16:54:14 +00:00
"version": "0.0.6",
"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": {
2015-03-02 17:52:12 +00:00
"JSONStream": "^0.10.0",
2015-02-27 19:35:20 +00:00
"blinking": "~0.0.2",
"bluebird": "^2.6.0",
2015-03-03 13:48:48 +00:00
"coffee-script": "~1.9.1",
"dockerode": "~2.0.0",
2015-03-02 17:52:12 +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-03-03 12:23:04 +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",
2015-03-02 16:28:19 +00:00
"pinejs-client": "^1.0.0",
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
}