mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
64 lines
1.7 KiB
JSON
64 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.6.6",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/resin-io/resin-supervisor.git"
|
|
},
|
|
"scripts": {
|
|
"start": "./entry.sh",
|
|
"build": "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.4",
|
|
"docker-progress": "^2.7.2",
|
|
"docker-toolbelt": "^3.2.1",
|
|
"event-stream": "^3.0.20",
|
|
"express": "^4.0.0",
|
|
"json-mask": "^0.3.8",
|
|
"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",
|
|
"mkdirp": "^0.5.1",
|
|
"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",
|
|
"resin-lint": "^1.3.1",
|
|
"resin-register-device": "^3.0.0",
|
|
"resin-sync": "^9.3.0",
|
|
"resumable-request": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rwlock": "^5.0.0",
|
|
"semver": "^5.3.0",
|
|
"semver-regex": "^1.0.0",
|
|
"typed-error": "~0.1.0",
|
|
"uglifyjs-webpack-plugin": "^1.0.1",
|
|
"versionist": "^2.8.0",
|
|
"webpack": "^3.0.0"
|
|
}
|
|
}
|