2013-06-01 18:34:38 +00:00
|
|
|
{
|
2013-12-14 05:18:20 +00:00
|
|
|
"name": "resin-supervisor",
|
2016-06-10 19:45:13 +00:00
|
|
|
"version": "1.11.2",
|
2013-12-14 05:18:20 +00:00
|
|
|
"scripts": {
|
2016-06-07 16:25:45 +00:00
|
|
|
"postinstall": "sh postinstall.sh",
|
2014-06-10 00:05:16 +00:00
|
|
|
"start": "./entry.sh"
|
2013-12-14 05:18:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
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",
|
2016-05-24 02:59:45 +00:00
|
|
|
"buffer-equal-constant-time": "^1.0.1",
|
2015-03-03 13:48:48 +00:00
|
|
|
"coffee-script": "~1.9.1",
|
2016-06-10 19:19:23 +00:00
|
|
|
"docker-delta": "0.0.9",
|
2016-05-26 14:46:37 +00:00
|
|
|
"docker-progress": "^2.1.0",
|
2016-01-20 14:56:09 +00:00
|
|
|
"dockerode": "~2.2.9",
|
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",
|
2016-01-14 16:30:02 +00:00
|
|
|
"pinejs-client": "^1.7.1",
|
2015-07-20 18:29:41 +00:00
|
|
|
"pubnub": "^3.7.13",
|
2015-01-07 19:13:19 +00:00
|
|
|
"request": "^2.51.0",
|
2015-04-29 23:13:47 +00:00
|
|
|
"request-progress": "^0.3.1",
|
2016-05-24 02:59:45 +00:00
|
|
|
"resin-register-device": "^2.0.0",
|
2015-08-03 19:06:03 +00:00
|
|
|
"rwlock": "^5.0.0",
|
2016-04-14 13:04:46 +00:00
|
|
|
"sqlite3": "3.0.9",
|
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
|
|
|
}
|