2013-06-01 18:34:38 +00:00
|
|
|
{
|
2013-12-14 05:18:20 +00:00
|
|
|
"name": "resin-supervisor",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
2014-01-17 19:56:31 +00:00
|
|
|
"preinstall": "bash deps.sh",
|
2014-04-27 21:49:00 +00:00
|
|
|
"postinstall": "node ./node_modules/coffee-script/bin/coffee -c ./src",
|
2014-06-09 22:48:42 +00:00
|
|
|
"start": "bash entry.sh node src/supervisor.js"
|
2013-12-14 05:18:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-03-19 19:27:15 +00:00
|
|
|
"coffee-script": "~1.7.1",
|
2013-12-14 05:18:20 +00:00
|
|
|
"request": "~2.22.0",
|
|
|
|
"express": "~3.2.6",
|
2014-04-03 17:15:19 +00:00
|
|
|
"lodash": "~2.4.1",
|
2013-12-14 05:18:20 +00:00
|
|
|
"csr-gen": "~0.2.1",
|
2013-12-23 04:33:16 +00:00
|
|
|
"dockerode": "~0.2.5",
|
2013-12-14 05:18:20 +00:00
|
|
|
"knex": "~0.5.1",
|
2014-03-19 19:58:15 +00:00
|
|
|
"bluebird": "~1.1.1",
|
2013-12-23 04:33:16 +00:00
|
|
|
"JSONStream": "~0.7.1",
|
2013-12-31 06:25:09 +00:00
|
|
|
"event-stream": "~3.0.20",
|
2014-03-14 16:06:23 +00:00
|
|
|
"sqlite3": "~2.1.19",
|
|
|
|
"resin-platform-api": "git+ssh://git@bitbucket.org:rulemotion/resin-platform-api.git#v0.2.3"
|
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
|
|
|
}
|