mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
32 lines
752 B
JSON
32 lines
752 B
JSON
{
|
|
"name": "resin-supervisor",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"preinstall": "bash deps.sh",
|
|
"postinstall": "bash postinstall.sh",
|
|
"start": "./entry.sh"
|
|
},
|
|
"dependencies": {
|
|
"JSONStream": "~0.7.1",
|
|
"bluebird": "~2.2.2",
|
|
"coffee-script": "~1.7.1",
|
|
"csr-gen": "~0.2.1",
|
|
"dockerode": "~2.0.0",
|
|
"event-stream": "~3.0.20",
|
|
"express": "~3.2.6",
|
|
"knex": "~0.5.1",
|
|
"lodash": "~2.4.1",
|
|
"mixpanel": "0.0.20",
|
|
"ngrok": "~0.1.97",
|
|
"ping": "0.1.8",
|
|
"pubnub": "~3.6.4",
|
|
"request": "~2.22.0",
|
|
"resin-platform-api": "git+ssh://git@bitbucket.org:rulemotion/resin-platform-api.git#v0.2.3",
|
|
"sqlite3": "~2.1.19",
|
|
"tty.js": "~0.2.13"
|
|
},
|
|
"engines": {
|
|
"node": "0.10.22"
|
|
}
|
|
}
|