balena-supervisor/package.json

28 lines
690 B
JSON
Raw Normal View History

2013-06-01 18:34:38 +00:00
{
"name": "resin-supervisor",
"version": "0.0.1",
"scripts": {
"preinstall": "bash deps.sh",
"postinstall": "node ./node_modules/coffee-script/bin/coffee -c ./src",
2014-06-10 00:05:16 +00:00
"start": "./entry.sh"
},
"dependencies": {
2014-03-19 19:27:15 +00:00
"coffee-script": "~1.7.1",
"request": "~2.22.0",
"express": "~3.2.6",
"lodash": "~2.4.1",
"csr-gen": "~0.2.1",
"dockerode": "~2.0.0",
"knex": "~0.5.1",
"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",
"sqlite3": "~2.1.19",
2014-05-09 03:42:04 +00:00
"resin-platform-api": "git+ssh://git@bitbucket.org:rulemotion/resin-platform-api.git#v0.2.3",
"pubnub": "~3.6.4"
},
2014-01-01 21:03:51 +00:00
"engines": {
"node": "0.10.22"
}
2013-06-01 18:34:38 +00:00
}