2013-06-01 18:34:38 +00:00
|
|
|
{
|
2013-12-14 05:18:20 +00:00
|
|
|
"name": "resin-supervisor",
|
2015-09-07 09:36:52 +00:00
|
|
|
"version": "0.0.16",
|
2013-12-14 05:18:20 +00:00
|
|
|
"scripts": {
|
2014-07-10 19:54:29 +00:00
|
|
|
"postinstall": "bash postinstall.sh",
|
2014-06-10 00:05:16 +00:00
|
|
|
"start": "./entry.sh"
|
2013-12-14 05:18:20 +00:00
|
|
|
},
|
|
|
|
"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",
|
2015-04-15 21:18:29 +00:00
|
|
|
"bluebird": "^2.9.24",
|
2015-03-03 13:55:14 +00:00
|
|
|
"body-parser": "^1.12.0",
|
2015-03-03 13:48:48 +00:00
|
|
|
"coffee-script": "~1.9.1",
|
2015-07-08 19:09:58 +00:00
|
|
|
"dockerode": "~2.2.1",
|
2015-03-02 17:52:12 +00:00
|
|
|
"event-stream": "^3.0.20",
|
2015-03-03 13:55:14 +00:00
|
|
|
"express": "^4.0.0",
|
2015-05-06 12:33:11 +00:00
|
|
|
"knex": "~0.8.3",
|
2015-08-12 20:24:18 +00:00
|
|
|
"lockfile": "^1.0.1",
|
2015-03-03 12:23:04 +00:00
|
|
|
"lodash": "^3.0.0",
|
2014-06-18 16:54:36 +00:00
|
|
|
"mixpanel": "0.0.20",
|
2015-08-26 13:40:22 +00:00
|
|
|
"network-checker": "~0.0.5",
|
2014-08-04 11:10:36 +00:00
|
|
|
"ngrok": "~0.1.97",
|
2015-07-08 17:00:20 +00:00
|
|
|
"pinejs-client": "^1.4.0",
|
2015-07-20 18:29:41 +00:00
|
|
|
"pubnub": "^3.7.13",
|
2015-01-28 15:13:26 +00:00
|
|
|
"randomstring": "~1.0.3",
|
2015-01-07 19:13:19 +00:00
|
|
|
"request": "^2.51.0",
|
2015-05-27 15:14:37 +00:00
|
|
|
"resin-register-device": "^1.0.1",
|
2015-08-03 19:06:03 +00:00
|
|
|
"rwlock": "^5.0.0",
|
2015-03-16 13:29:45 +00:00
|
|
|
"server-destroy": "^1.0.0",
|
2015-01-08 16:44:03 +00:00
|
|
|
"sqlite3": "~3.0.4",
|
2015-04-01 14:23:26 +00:00
|
|
|
"tty.js": "0.2.14-1",
|
2014-12-19 14:24:52 +00:00
|
|
|
"typed-error": "~0.1.0"
|
2013-12-14 05:18:20 +00:00
|
|
|
},
|
2014-01-01 21:03:51 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "0.10.22"
|
|
|
|
}
|
2013-06-01 18:34:38 +00:00
|
|
|
}
|