balena-supervisor/package.json

30 lines
703 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",
2014-07-10 19:54:29 +00:00
"postinstall": "bash postinstall.sh",
2014-06-10 00:05:16 +00:00
"start": "./entry.sh"
},
"dependencies": {
"JSONStream": "~0.7.1",
2014-07-18 16:28:07 +00:00
"bluebird": "~2.2.2",
2014-03-19 19:27:15 +00:00
"coffee-script": "~1.7.1",
"csr-gen": "~0.2.1",
"dockerode": "~2.0.0",
2013-12-31 06:25:09 +00:00
"event-stream": "~3.0.20",
2014-06-18 16:54:36 +00:00
"express": "~3.2.6",
"knex": "~0.5.1",
"lodash": "~2.4.1",
"mixpanel": "0.0.20",
"ping": "0.1.8",
2014-06-18 16:54:36 +00:00
"pubnub": "~3.6.4",
"request": "~2.22.0",
2014-05-09 03:42:04 +00:00
"resin-platform-api": "git+ssh://git@bitbucket.org:rulemotion/resin-platform-api.git#v0.2.3",
2014-06-18 16:54:36 +00:00
"sqlite3": "~2.1.19"
},
2014-01-01 21:03:51 +00:00
"engines": {
"node": "0.10.22"
}
2013-06-01 18:34:38 +00:00
}