mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
5a369170c6
2.6.2 has a serious bug which causes the js file to not be included in the published package. Webpack gave us an unexpected workaround because it will add the .coffee file anyways, but we should still update to the fixed version. Change-Type: patch Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "resin-supervisor",
|
|
"description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.",
|
|
"version": "6.2.3",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/resin-io/resin-supervisor.git"
|
|
},
|
|
"scripts": {
|
|
"start": "./entry.sh",
|
|
"build": "webpack --optimize-minimize",
|
|
"build-no-optimize": "webpack",
|
|
"lint": "resin-lint src/",
|
|
"versionist": "versionist"
|
|
},
|
|
"dependencies": {
|
|
"mkfifo": "^0.1.5",
|
|
"sqlite3": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^6.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"JSONStream": "^1.1.2",
|
|
"blinking": "~0.0.2",
|
|
"bluebird": "^3.5.0",
|
|
"body-parser": "^1.12.0",
|
|
"buffer-equal-constant-time": "^1.0.1",
|
|
"coffee-loader": "^0.7.3",
|
|
"coffee-script": "~1.11.0",
|
|
"docker-delta": "^2.0.1",
|
|
"docker-progress": "^2.6.3",
|
|
"docker-toolbelt": "^3.0.1",
|
|
"event-stream": "^3.0.20",
|
|
"express": "^4.0.0",
|
|
"knex": "~0.12.3",
|
|
"lockfile": "^1.0.1",
|
|
"lodash": "^4.16.3",
|
|
"log-timestamp": "^0.1.2",
|
|
"memoizee": "^0.4.1",
|
|
"mixpanel": "0.0.20",
|
|
"network-checker": "~0.0.5",
|
|
"node-loader": "^0.6.0",
|
|
"null-loader": "^0.1.1",
|
|
"pinejs-client": "^2.4.0",
|
|
"pubnub": "^3.7.13",
|
|
"request": "^2.51.0",
|
|
"resumable-request": "^1.0.0",
|
|
"resin-lint": "^1.3.1",
|
|
"resin-register-device": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rwlock": "^5.0.0",
|
|
"semver": "^5.3.0",
|
|
"semver-regex": "^1.0.0",
|
|
"typed-error": "~0.1.0",
|
|
"versionist": "^2.8.0",
|
|
"webpack": "^3.0.0"
|
|
}
|
|
} |