balena-cli/package.json
Juan Cruz Viotti 5498e45a35 Merge pull request #246 from resin-io/jviotti/refactor/rindle
Use rindle instead of custom waitStream
2015-10-21 11:15:12 -04:00

72 lines
1.8 KiB
JSON

{
"name": "resin-cli",
"version": "1.1.0",
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
"repository": {
"type": "git",
"url": "git@github.com:resin-io/resin-cli.git"
},
"preferGlobal": true,
"bin": {
"resin": "./bin/resin"
},
"scripts": {
"prepublish": "gulp build",
"test": "gulp test",
"doc": "mkdir -p doc/ && coffee extras/capitanodoc/index.coffee > doc/cli.markdown"
},
"keywords": [
"resin",
"git"
],
"author": "Juan Cruz Viotti <juan@resin.io>",
"license": "MIT",
"devDependencies": {
"chai": "^3.0.0",
"ent": "^2.2.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.2.0",
"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"
},
"dependencies": {
"bluebird": "^2.9.34",
"capitano": "~1.7.0",
"chalk": "^1.1.1",
"coffee-script": "^1.9.3",
"columnify": "^1.5.2",
"is-root": "^1.0.0",
"lodash": "^3.10.0",
"mkdirp": "~0.5.0",
"nplugm": "^3.0.0",
"resin-cli-errors": "^1.0.0",
"resin-cli-events": "^1.0.2",
"resin-cli-form": "^1.3.0",
"resin-cli-visuals": "^1.2.2",
"resin-config-inject": "^2.0.0",
"resin-device-init": "^2.0.0",
"resin-image": "^1.1.4",
"resin-image-manager": "^3.2.2",
"resin-pine": "^1.3.0",
"resin-sdk": "^4.0.0",
"resin-settings-client": "^3.1.0",
"resin-vcs": "^2.0.0",
"rimraf": "^2.4.3",
"rindle": "^1.0.0",
"tmp": "0.0.28",
"umount": "^1.1.1",
"underscore.string": "^3.1.1",
"unzip2": "^0.2.5",
"update-notifier": "^0.5.0",
"valid-email": "0.0.2"
}
}