2013-06-01 21:34:38 +03:00
|
|
|
{
|
2013-12-14 05:18:20 +00:00
|
|
|
"name": "resin-supervisor",
|
2015-09-29 20:13:02 +00:00
|
|
|
"version": "0.0.17",
|
2013-12-14 05:18:20 +00:00
|
|
|
"scripts": {
|
2014-07-10 21:54:29 +02:00
|
|
|
"postinstall": "bash postinstall.sh",
|
2014-06-10 01:05:16 +01: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 22:18:29 +01: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 20:09:58 +01: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 13:33:11 +01: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 17:54:36 +01:00
|
|
|
"mixpanel": "0.0.20",
|
2015-08-26 19:10:22 +05:30
|
|
|
"network-checker": "~0.0.5",
|
2014-08-04 12:10:36 +01:00
|
|
|
"ngrok": "~0.1.97",
|
2015-07-08 18:00:20 +01:00
|
|
|
"pinejs-client": "^1.4.0",
|
2015-07-20 19:29:41 +01:00
|
|
|
"pubnub": "^3.7.13",
|
2015-01-07 19:13:19 +00:00
|
|
|
"request": "^2.51.0",
|
2015-09-02 15:25:25 +00:00
|
|
|
"resin-register-device": "^2.0.0",
|
2015-08-03 16:06:03 -03: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 15:23:26 +01: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 21:34:38 +03:00
|
|
|
}
|