2013-06-01 21:34:38 +03:00
{
2013-12-14 05:18:20 +00:00
"name" : "resin-supervisor" ,
2016-10-23 21:04:40 -03:00
"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." ,
2017-08-29 19:56:51 +00:00
"version" : "6.2.6" ,
2016-10-23 21:04:40 -03:00
"license" : "Apache-2.0" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/resin-io/resin-supervisor.git"
} ,
2013-12-14 05:18:20 +00:00
"scripts" : {
2016-06-16 18:10:20 +03:00
"start" : "./entry.sh" ,
2017-06-30 21:07:02 -07:00
"build" : "webpack --optimize-minimize" ,
2017-07-26 15:43:44 -03:00
"build-no-optimize" : "webpack" ,
2016-12-15 17:46:58 -03:00
"lint" : "resin-lint src/" ,
"versionist" : "versionist"
2013-12-14 05:18:20 +00:00
} ,
"dependencies" : {
2017-06-30 21:07:02 -07:00
"mkfifo" : "^0.1.5" ,
"sqlite3" : "^3.1.0"
} ,
"engines" : {
"node" : "^6.5.0"
} ,
"devDependencies" : {
2016-06-10 18:41:46 -03:00
"JSONStream" : "^1.1.2" ,
2015-02-27 19:35:20 +00:00
"blinking" : "~0.0.2" ,
2017-04-20 20:59:45 -07:00
"bluebird" : "^3.5.0" ,
2015-03-03 13:55:14 +00:00
"body-parser" : "^1.12.0" ,
2016-05-23 23:59:45 -03:00
"buffer-equal-constant-time" : "^1.0.1" ,
2017-06-30 21:07:02 -07:00
"coffee-loader" : "^0.7.3" ,
"coffee-script" : "~1.11.0" ,
2017-08-02 14:57:35 +03:00
"docker-delta" : "^2.0.1" ,
2017-08-28 10:02:50 -07:00
"docker-progress" : "^2.6.3" ,
2017-07-25 17:38:42 -03:00
"docker-toolbelt" : "^3.0.1" ,
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 14:14:31 -07:00
"knex" : "~0.12.3" ,
2015-08-12 20:24:18 +00:00
"lockfile" : "^1.0.1" ,
2016-10-03 13:25:08 -07:00
"lodash" : "^4.16.3" ,
2016-07-15 17:59:39 -03:00
"log-timestamp" : "^0.1.2" ,
2016-12-20 02:44:27 -03:00
"memoizee" : "^0.4.1" ,
2014-06-18 17:54:36 +01:00
"mixpanel" : "0.0.20" ,
2015-08-26 19:10:22 +05:30
"network-checker" : "~0.0.5" ,
2017-06-30 21:07:02 -07:00
"node-loader" : "^0.6.0" ,
"null-loader" : "^0.1.1" ,
2016-10-05 18:29:52 -07:00
"pinejs-client" : "^2.4.0" ,
2015-07-20 19:29:41 +01:00
"pubnub" : "^3.7.13" ,
2015-01-07 19:13:19 +00:00
"request" : "^2.51.0" ,
2017-06-30 21:07:02 -07:00
"resin-lint" : "^1.3.1" ,
2016-07-29 17:46:10 -07:00
"resin-register-device" : "^3.0.0" ,
2017-08-29 00:23:51 -07:00
"resin-sync" : "^9.1.0" ,
"resumable-request" : "^1.0.0" ,
2016-07-26 21:27:36 -07:00
"rimraf" : "^2.5.4" ,
2015-08-03 16:06:03 -03:00
"rwlock" : "^5.0.0" ,
2017-04-27 13:20:20 -07:00
"semver" : "^5.3.0" ,
"semver-regex" : "^1.0.0" ,
2017-06-30 21:07:02 -07:00
"typed-error" : "~0.1.0" ,
"versionist" : "^2.8.0" ,
"webpack" : "^3.0.0"
2014-01-01 21:03:51 +00:00
}
2017-08-29 19:56:51 +00:00
}