mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
ff97ecb756
this version fixes the issue where failed attempts to apply the delta result in a lot of docker images on the disk, which could also potentially lead to out of space issues Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
38 lines
903 B
JSON
38 lines
903 B
JSON
{
|
|
"name": "resin-supervisor",
|
|
"version": "1.11.3",
|
|
"scripts": {
|
|
"postinstall": "sh postinstall.sh",
|
|
"start": "./entry.sh"
|
|
},
|
|
"dependencies": {
|
|
"JSONStream": "^1.1.2",
|
|
"blinking": "~0.0.2",
|
|
"bluebird": "^2.9.24",
|
|
"body-parser": "^1.12.0",
|
|
"buffer-equal-constant-time": "^1.0.1",
|
|
"coffee-script": "~1.9.1",
|
|
"docker-delta": "0.0.10",
|
|
"docker-progress": "^2.1.0",
|
|
"dockerode": "~2.2.9",
|
|
"event-stream": "^3.0.20",
|
|
"express": "^4.0.0",
|
|
"knex": "~0.8.3",
|
|
"lockfile": "^1.0.1",
|
|
"lodash": "^3.0.0",
|
|
"mixpanel": "0.0.20",
|
|
"network-checker": "~0.0.5",
|
|
"pinejs-client": "^1.7.1",
|
|
"pubnub": "^3.7.13",
|
|
"request": "^2.51.0",
|
|
"request-progress": "^0.3.1",
|
|
"resin-register-device": "^2.0.0",
|
|
"rwlock": "^5.0.0",
|
|
"sqlite3": "3.0.9",
|
|
"typed-error": "~0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "0.10.22"
|
|
}
|
|
}
|