mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
79afa79fd9
This enforces all clients to use the Resin Settings Client version that the SDK provides, reducing incompatibilities caused by different modules requiring different Resin Settings Client versions.
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "resin-cli",
|
|
"version": "0.11.1",
|
|
"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 <juanchiviotti@gmail.com>",
|
|
"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": {
|
|
"async": "^1.3.0",
|
|
"bluebird": "^2.9.34",
|
|
"capitano": "~1.7.0",
|
|
"coffee-script": "^1.9.3",
|
|
"columnify": "^1.5.2",
|
|
"html-to-text": "^1.3.1",
|
|
"is-root": "^1.0.0",
|
|
"lodash": "^3.10.0",
|
|
"mkdirp": "~0.5.0",
|
|
"nplugm": "^3.0.0",
|
|
"npm": "^2.13.0",
|
|
"open": "0.0.5",
|
|
"resin-cli-events": "^1.0.2",
|
|
"resin-cli-form": "^1.2.1",
|
|
"resin-cli-visuals": "^1.1.0",
|
|
"resin-config-inject": "^2.0.0",
|
|
"resin-device-config": "^1.0.0",
|
|
"resin-image": "^1.1.4",
|
|
"resin-image-manager": "^2.0.0",
|
|
"resin-pine": "^1.3.0",
|
|
"resin-register-device": "^1.0.1",
|
|
"resin-sdk": "^2.7.2",
|
|
"resin-vcs": "^2.0.0",
|
|
"selfupdate": "^1.1.0",
|
|
"underscore.string": "^3.1.1",
|
|
"update-notifier": "^0.5.0",
|
|
"valid-email": "0.0.2"
|
|
}
|
|
}
|