2013-06-01 18:34:38 +00:00
|
|
|
{
|
2013-12-14 05:18:20 +00:00
|
|
|
"name": "resin-supervisor",
|
2016-10-13 21:08:59 +00:00
|
|
|
"version": "2.6.3",
|
2013-12-14 05:18:20 +00:00
|
|
|
"scripts": {
|
2016-06-16 15:10:20 +00:00
|
|
|
"start": "./entry.sh",
|
2016-07-06 08:47:48 +00:00
|
|
|
"build": "coffee -c src",
|
2016-07-06 08:45:32 +00:00
|
|
|
"lint": "resin-lint src/"
|
2013-12-14 05:18:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-06-10 21:41:46 +00:00
|
|
|
"JSONStream": "^1.1.2",
|
2015-02-27 19:35:20 +00:00
|
|
|
"blinking": "~0.0.2",
|
2016-10-06 01:28:43 +00:00
|
|
|
"bluebird": "^3.0.0",
|
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",
|
2016-09-23 21:30:31 +00:00
|
|
|
"docker-delta": "0.0.12",
|
2016-05-26 14:46:37 +00:00
|
|
|
"docker-progress": "^2.1.0",
|
2016-10-04 17:43:45 +00:00
|
|
|
"docker-toolbelt": "^1.2.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",
|
2016-10-10 21:14:31 +00:00
|
|
|
"knex": "~0.12.3",
|
2015-08-12 20:24:18 +00:00
|
|
|
"lockfile": "^1.0.1",
|
2016-10-03 20:25:08 +00:00
|
|
|
"lodash": "^4.16.3",
|
2016-07-15 20:59:39 +00:00
|
|
|
"log-timestamp": "^0.1.2",
|
2014-06-18 16:54:36 +00:00
|
|
|
"mixpanel": "0.0.20",
|
2016-07-22 06:37:44 +00:00
|
|
|
"mkdirp": "^0.5.1",
|
2015-08-26 13:40:22 +00:00
|
|
|
"network-checker": "~0.0.5",
|
2016-10-06 01:29:52 +00:00
|
|
|
"pinejs-client": "^2.4.0",
|
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",
|
2016-07-27 04:27:36 +00:00
|
|
|
"rimraf": "^2.5.4",
|
2015-08-03 19:06:03 +00:00
|
|
|
"rwlock": "^5.0.0",
|
2016-06-03 17:21:46 +00:00
|
|
|
"sqlite3": "^3.1.0",
|
2016-06-17 06:06:42 +00:00
|
|
|
"typed-error": "~0.1.0",
|
|
|
|
"yamljs": "^0.2.7"
|
2013-12-14 05:18:20 +00:00
|
|
|
},
|
2014-01-01 21:03:51 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "0.10.22"
|
2016-06-16 15:10:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-10-05 19:41:54 +00:00
|
|
|
"coffee-script": "~1.11.0",
|
2016-06-16 15:10:20 +00:00
|
|
|
"resin-lint": "^1.3.1"
|
2014-01-01 21:03:51 +00:00
|
|
|
}
|
2013-06-01 18:34:38 +00:00
|
|
|
}
|