2014-10-31 13:37:29 +00:00
|
|
|
{
|
2015-02-11 19:31:09 +00:00
|
|
|
"name": "resin-cli",
|
2016-01-21 19:59:52 +00:00
|
|
|
"version": "2.6.0",
|
2014-10-31 13:37:29 +00:00
|
|
|
"description": "Git Push to your devices",
|
2015-05-18 13:35:10 +00:00
|
|
|
"main": "./build/actions/index.js",
|
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-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-04-16 13:34:40 +00:00
|
|
|
"doc": "mkdir -p doc/ && coffee extras/capitanodoc/index.coffee > doc/cli.markdown"
|
2014-10-31 13:37:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"resin",
|
|
|
|
"git"
|
|
|
|
],
|
2015-09-21 13:15:27 +00:00
|
|
|
"author": "Juan Cruz Viotti <juan@resin.io>",
|
2016-01-04 03:58:51 +00:00
|
|
|
"license": "Apache-2.0",
|
2014-10-31 13:37:29 +00:00
|
|
|
"devDependencies": {
|
2015-03-16 12:51:26 +00:00
|
|
|
"ent": "^2.2.0",
|
2015-07-15 13:01:50 +00:00
|
|
|
"gulp": "^3.9.0",
|
2014-12-30 13:44:03 +00:00
|
|
|
"gulp-coffee": "^2.2.0",
|
2015-07-15 13:01:50 +00:00
|
|
|
"gulp-coffeelint": "^0.5.0",
|
|
|
|
"gulp-shell": "^0.4.2",
|
2016-01-21 14:16:54 +00:00
|
|
|
"gulp-util": "^3.0.6"
|
2014-10-31 15:59:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-05-07 15:40:12 +00:00
|
|
|
"bluebird": "^2.9.34",
|
2015-08-13 12:11:58 +00:00
|
|
|
"capitano": "~1.7.0",
|
2015-08-20 19:54:42 +00:00
|
|
|
"chalk": "^1.1.1",
|
2015-07-15 13:01:50 +00:00
|
|
|
"coffee-script": "^1.9.3",
|
2015-08-13 12:11:58 +00:00
|
|
|
"columnify": "^1.5.2",
|
2015-08-20 20:54:22 +00:00
|
|
|
"is-root": "^1.0.0",
|
2015-07-15 13:01:50 +00:00
|
|
|
"lodash": "^3.10.0",
|
2015-12-12 00:28:29 +00:00
|
|
|
"moment": "^2.10.6",
|
2015-08-19 15:21:08 +00:00
|
|
|
"nplugm": "^3.0.0",
|
2015-11-12 17:30:48 +00:00
|
|
|
"president": "^2.0.1",
|
2015-11-10 16:53:34 +00:00
|
|
|
"prettyjson": "^1.1.3",
|
2015-11-25 13:24:09 +00:00
|
|
|
"resin-cli-auth": "^1.0.0",
|
2015-09-11 11:45:48 +00:00
|
|
|
"resin-cli-errors": "^1.0.0",
|
2015-08-31 21:39:48 +00:00
|
|
|
"resin-cli-events": "^1.0.2",
|
2015-10-15 12:14:35 +00:00
|
|
|
"resin-cli-form": "^1.3.0",
|
2015-08-20 19:54:42 +00:00
|
|
|
"resin-cli-visuals": "^1.2.2",
|
2015-11-11 14:04:46 +00:00
|
|
|
"resin-config-json": "^1.0.0",
|
2015-09-30 18:29:58 +00:00
|
|
|
"resin-device-init": "^2.0.0",
|
2016-01-21 19:49:44 +00:00
|
|
|
"resin-image-manager": "^3.2.6",
|
2015-07-15 13:01:50 +00:00
|
|
|
"resin-pine": "^1.3.0",
|
2016-01-26 16:16:55 +00:00
|
|
|
"resin-sdk": "^5.1.0",
|
2015-08-20 19:54:42 +00:00
|
|
|
"resin-settings-client": "^3.1.0",
|
2015-07-10 17:04:17 +00:00
|
|
|
"resin-vcs": "^2.0.0",
|
2015-08-20 19:54:42 +00:00
|
|
|
"rimraf": "^2.4.3",
|
2015-10-21 14:17:10 +00:00
|
|
|
"rindle": "^1.0.0",
|
2015-09-29 17:03:14 +00:00
|
|
|
"tmp": "0.0.28",
|
2015-08-20 19:54:42 +00:00
|
|
|
"umount": "^1.1.1",
|
2015-05-07 15:40:12 +00:00
|
|
|
"underscore.string": "^3.1.1",
|
2015-09-30 14:16:24 +00:00
|
|
|
"unzip2": "^0.2.5",
|
2015-08-18 12:53:06 +00:00
|
|
|
"update-notifier": "^0.5.0",
|
2015-08-13 19:22:22 +00:00
|
|
|
"valid-email": "0.0.2"
|
2014-10-31 13:37:29 +00:00
|
|
|
}
|
|
|
|
}
|