2014-10-31 13:37:29 +00:00
|
|
|
{
|
2015-02-11 19:31:09 +00:00
|
|
|
"name": "resin-cli",
|
2015-03-12 16:07:51 +00:00
|
|
|
"version": "0.4.0",
|
2014-10-31 13:37:29 +00:00
|
|
|
"description": "Git Push to your devices",
|
2015-02-02 17:21:50 +00:00
|
|
|
"main": "./lib/actions/index.coffee",
|
2015-03-03 17:17:24 +00:00
|
|
|
"homepage": "https://github.com/resin-io/resin-cli",
|
2014-12-09 19:46:47 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-03-03 17:17:24 +00:00
|
|
|
"url": "git@github.com:resin-io/resin-cli.git"
|
2014-12-09 19:46:47 +00:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
2014-12-10 19:18:39 +00:00
|
|
|
"man": [
|
2014-12-24 19:12:31 +00:00
|
|
|
"./man/resin.1",
|
2015-01-21 15:22:03 +00:00
|
|
|
"./man/resin-completion.1",
|
|
|
|
"./man/resin-plugins.1"
|
2014-12-10 19:18:39 +00:00
|
|
|
],
|
2014-11-27 13:10:51 +00:00
|
|
|
"bin": {
|
|
|
|
"resin": "./bin/resin"
|
|
|
|
},
|
2014-10-31 13:37:29 +00:00
|
|
|
"scripts": {
|
2015-03-04 15:13:10 +00:00
|
|
|
"prepublish": "gulp build",
|
2015-03-03 18:36:45 +00:00
|
|
|
"test": "gulp test",
|
2015-03-03 14:14:16 +00:00
|
|
|
"doc": "./scripts/extract-documentation.sh doc lib/actions"
|
2014-10-31 13:37:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"resin",
|
|
|
|
"git"
|
|
|
|
],
|
|
|
|
"author": "Juan Cruz Viotti <juanchiviotti@gmail.com>",
|
|
|
|
"license": "MIT",
|
2015-01-29 18:01:21 +00:00
|
|
|
"optionalDependencies": {
|
2015-02-02 17:20:37 +00:00
|
|
|
"windosu": "^0.1.3"
|
2015-01-29 18:01:21 +00:00
|
|
|
},
|
2014-10-31 13:37:29 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"chai": "~1.9.2",
|
2014-12-30 13:44:03 +00:00
|
|
|
"gulp": "~3.8.9",
|
|
|
|
"gulp-coffee": "^2.2.0",
|
2014-10-31 15:59:23 +00:00
|
|
|
"gulp-coffeelint": "~0.4.0",
|
2014-12-30 13:44:03 +00:00
|
|
|
"gulp-marked-man": "~0.3.1",
|
|
|
|
"gulp-mocha": "~1.1.1",
|
2014-12-30 17:12:18 +00:00
|
|
|
"gulp-shell": "^0.2.11",
|
2014-12-30 13:44:03 +00:00
|
|
|
"gulp-util": "~3.0.1",
|
|
|
|
"mocha": "~2.0.1",
|
|
|
|
"mocha-notifier-reporter": "~0.1.0",
|
|
|
|
"run-sequence": "~1.0.2",
|
2014-11-20 15:50:58 +00:00
|
|
|
"sinon": "~1.12.1",
|
2014-12-30 17:12:18 +00:00
|
|
|
"sinon-chai": "~2.6.0"
|
2014-10-31 15:59:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-11-14 17:19:37 +00:00
|
|
|
"async": "~0.9.0",
|
2015-02-10 15:32:06 +00:00
|
|
|
"capitano": "~1.5.0",
|
2014-12-11 15:34:36 +00:00
|
|
|
"coffee-script": "~1.8.0",
|
2015-01-08 12:04:37 +00:00
|
|
|
"conf.js": "^0.1.1",
|
2015-02-02 17:19:41 +00:00
|
|
|
"diskio": "^1.0.0",
|
2015-03-03 16:02:01 +00:00
|
|
|
"drivelist": "^1.2.1",
|
2015-01-08 12:04:37 +00:00
|
|
|
"lodash": "~2.4.1",
|
|
|
|
"lodash-contrib": "~241.4.14",
|
|
|
|
"mkdirp": "~0.5.0",
|
2015-03-02 14:41:08 +00:00
|
|
|
"nplugm": "^2.1.0",
|
2015-03-04 18:03:08 +00:00
|
|
|
"npm": "^2.6.1",
|
2015-01-08 12:04:37 +00:00
|
|
|
"open": "0.0.5",
|
2015-01-20 19:34:47 +00:00
|
|
|
"progress-stream": "^0.5.0",
|
2015-03-09 23:42:43 +00:00
|
|
|
"resin-cli-visuals": "^0.0.8",
|
2015-03-09 15:49:52 +00:00
|
|
|
"resin-sdk": "^0.0.2",
|
2015-03-12 16:07:18 +00:00
|
|
|
"resin-vcs": "^1.0.0",
|
2015-03-04 18:40:40 +00:00
|
|
|
"underscore.string": "~2.4.0",
|
|
|
|
"update-notifier": "^0.3.1"
|
2014-10-31 13:37:29 +00:00
|
|
|
}
|
|
|
|
}
|