balena-supervisor/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2013-06-01 18:34:38 +00:00
{
"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": "4.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/resin-io/resin-supervisor.git"
},
"scripts": {
2016-06-16 15:10:20 +00:00
"start": "./entry.sh",
"build": "coffee -c src",
"lint": "resin-lint src/",
"versionist": "versionist"
},
"dependencies": {
"JSONStream": "^1.1.2",
2015-02-27 19:35:20 +00:00
"blinking": "~0.0.2",
2016-10-06 01:28:43 +00:00
"bluebird": "^3.0.0",
2015-03-03 13:55:14 +00:00
"body-parser": "^1.12.0",
"buffer-equal-constant-time": "^1.0.1",
"docker-delta": "1.0.1",
"docker-progress": "^2.3.3",
"docker-toolbelt": "^1.3.0",
"dockerode": "~2.2.9",
2015-03-02 17:52:12 +00:00
"event-stream": "^3.0.20",
2015-03-03 13:55:14 +00:00
"express": "^4.0.0",
2016-10-10 21:14:31 +00:00
"knex": "~0.12.3",
"lockfile": "^1.0.1",
2016-10-03 20:25:08 +00:00
"lodash": "^4.16.3",
"log-timestamp": "^0.1.2",
"memoizee": "^0.4.1",
2014-06-18 16:54:36 +00:00
"mixpanel": "0.0.20",
"mkdirp": "^0.5.1",
2015-08-26 13:40:22 +00:00
"network-checker": "~0.0.5",
2016-10-06 01:29:52 +00:00
"pinejs-client": "^2.4.0",
"pubnub": "^3.7.13",
"request": "^2.51.0",
2016-10-23 23:24:36 +00:00
"request-progress": "^2.0.1",
"resin-register-device": "^2.0.0",
"rimraf": "^2.5.4",
"rwlock": "^5.0.0",
"sqlite3": "^3.1.0",
"typed-error": "~0.1.0",
"yamljs": "^0.2.7"
},
2014-01-01 21:03:51 +00:00
"engines": {
"node": "0.10.22"
2016-06-16 15:10:20 +00:00
},
"devDependencies": {
2016-10-05 19:41:54 +00:00
"coffee-script": "~1.11.0",
"resin-lint": "^1.3.1",
"versionist": "^2.8.0"
2014-01-01 21:03:51 +00:00
}
}