balena-cli/package.json

70 lines
1.7 KiB
JSON
Raw Normal View History

2014-10-31 13:37:29 +00:00
{
2015-02-11 19:31:09 +00:00
"name": "resin-cli",
2015-06-15 14:09:10 +00:00
"version": "0.11.1",
2014-10-31 13:37:29 +00:00
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
2014-12-09 19:46:47 +00:00
"repository": {
"type": "git",
"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": {
"prepublish": "gulp build",
2015-03-03 18:36:45 +00:00
"test": "gulp test",
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"
],
"author": "Juan Cruz Viotti <juanchiviotti@gmail.com>",
"license": "MIT",
"devDependencies": {
2015-07-15 13:01:50 +00:00
"chai": "^3.0.0",
"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-mocha": "^2.1.3",
"gulp-shell": "^0.4.2",
"gulp-util": "^3.0.6",
"mocha": "^2.2.5",
"run-sequence": "^1.1.1",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
2014-10-31 15:59:23 +00:00
},
"dependencies": {
2015-07-15 13:01:50 +00:00
"async": "^1.3.0",
2015-05-07 15:40:12 +00:00
"bluebird": "^2.9.34",
"capitano": "~1.7.0",
2015-07-15 13:01:50 +00:00
"coffee-script": "^1.9.3",
"columnify": "^1.5.2",
2015-05-07 15:40:12 +00:00
"html-to-text": "^1.3.1",
"is-root": "^1.0.0",
2015-07-15 13:01:50 +00:00
"lodash": "^3.10.0",
2015-01-08 12:04:37 +00:00
"mkdirp": "~0.5.0",
"nplugm": "^3.0.0",
2015-07-15 13:01:50 +00:00
"npm": "^2.13.0",
2015-01-08 12:04:37 +00:00
"open": "0.0.5",
2015-08-31 21:39:48 +00:00
"resin-cli-events": "^1.0.2",
"resin-cli-form": "^1.2.1",
"resin-cli-visuals": "^1.1.0",
2015-05-18 13:34:40 +00:00
"resin-config-inject": "^2.0.0",
"resin-device-config": "^1.0.0",
2015-05-07 15:40:12 +00:00
"resin-image": "^1.1.4",
"resin-image-manager": "^2.0.0",
2015-07-15 13:01:50 +00:00
"resin-pine": "^1.3.0",
2015-06-04 12:55:32 +00:00
"resin-register-device": "^1.0.1",
2015-09-07 08:25:01 +00:00
"resin-sdk": "^2.7.2",
2015-07-10 17:04:17 +00:00
"resin-vcs": "^2.0.0",
2015-05-13 18:37:27 +00:00
"selfupdate": "^1.1.0",
2015-05-07 15:40:12 +00:00
"underscore.string": "^3.1.1",
"update-notifier": "^0.5.0",
"valid-email": "0.0.2"
2014-10-31 13:37:29 +00:00
}
}