balena-cli/package.json

69 lines
1.7 KiB
JSON
Raw Normal View History

2014-10-31 09:37:29 -04:00
{
2015-02-11 15:31:09 -04:00
"name": "resin-cli",
2016-03-28 09:29:31 -04:00
"version": "3.0.0",
2014-10-31 09:37:29 -04:00
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
2014-12-09 15:46:47 -04:00
"repository": {
"type": "git",
"url": "git@github.com:resin-io/resin-cli.git"
2014-12-09 15:46:47 -04:00
},
"preferGlobal": true,
2014-11-27 09:10:51 -04:00
"bin": {
"resin": "./bin/resin"
},
2014-10-31 09:37:29 -04:00
"scripts": {
"prepublish": "gulp build",
2015-04-16 09:34:40 -04:00
"doc": "mkdir -p doc/ && coffee extras/capitanodoc/index.coffee > doc/cli.markdown"
2014-10-31 09:37:29 -04:00
},
"keywords": [
"resin",
"git"
],
2015-09-21 09:15:27 -04:00
"author": "Juan Cruz Viotti <juan@resin.io>",
2016-01-03 23:58:51 -04:00
"license": "Apache-2.0",
2014-10-31 09:37:29 -04:00
"devDependencies": {
"ent": "^2.2.0",
2015-07-15 09:01:50 -04:00
"gulp": "^3.9.0",
2014-12-30 09:44:03 -04:00
"gulp-coffee": "^2.2.0",
2016-03-07 08:44:10 -04:00
"gulp-coffeelint": "^0.6.0",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.6"
2014-10-31 11:59:23 -04:00
},
"dependencies": {
2016-03-07 08:44:10 -04:00
"bluebird": "^3.3.3",
"capitano": "~1.7.0",
"chalk": "^1.1.1",
2015-07-15 09:01:50 -04:00
"coffee-script": "^1.9.3",
"columnify": "^1.5.2",
"is-root": "^1.0.0",
2015-07-15 09:01:50 -04:00
"lodash": "^3.10.0",
2016-02-12 14:34:16 -04:00
"mixpanel": "^0.4.0",
2016-03-07 08:44:10 -04:00
"moment": "^2.12.0",
"nplugm": "^3.0.0",
"president": "^2.0.1",
"prettyjson": "^1.1.3",
"resin-cli-auth": "^1.0.0",
2016-03-07 08:44:10 -04:00
"resin-cli-errors": "^1.2.0",
2016-02-11 12:49:56 -04:00
"resin-cli-form": "^1.4.0",
"resin-cli-visuals": "^1.2.2",
"resin-config-json": "^1.0.0",
2016-03-21 15:01:59 -04:00
"resin-device-config": "^3.0.0",
"resin-device-init": "^2.0.0",
2016-01-26 15:38:58 -04:00
"resin-image-manager": "^4.0.0",
2015-07-15 09:01:50 -04:00
"resin-pine": "^1.3.0",
"resin-sdk": "^5.2.0",
"resin-settings-client": "^3.1.0",
2016-03-28 09:21:25 -04:00
"resin-sync": "^1.0.0",
2015-07-10 20:04:17 +03:00
"resin-vcs": "^2.0.0",
"rimraf": "^2.4.3",
"rindle": "^1.0.0",
"tmp": "0.0.28",
"umount": "^1.1.1",
2015-05-07 12:40:12 -03:00
"underscore.string": "^3.1.1",
"unzip2": "^0.2.5",
2016-03-07 08:44:10 -04:00
"update-notifier": "^0.6.1",
"valid-email": "0.0.2"
2014-10-31 09:37:29 -04:00
}
}