mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"name": "resin-cli",
|
|
"version": "0.2.3",
|
|
"description": "Git Push to your devices",
|
|
"main": "./lib/actions/index.coffee",
|
|
"homepage": "https://github.com/resin-io/resin-cli",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:resin-io/resin-cli.git"
|
|
},
|
|
"preferGlobal": true,
|
|
"man": [
|
|
"./man/resin.1",
|
|
"./man/resin-completion.1",
|
|
"./man/resin-plugins.1"
|
|
],
|
|
"bin": {
|
|
"resin": "./bin/resin"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp build",
|
|
"test": "gulp test",
|
|
"doc": "./scripts/extract-documentation.sh doc lib/actions"
|
|
},
|
|
"keywords": [
|
|
"resin",
|
|
"git"
|
|
],
|
|
"author": "Juan Cruz Viotti <juanchiviotti@gmail.com>",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"windosu": "^0.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~1.9.2",
|
|
"gulp": "~3.8.9",
|
|
"gulp-coffee": "^2.2.0",
|
|
"gulp-coffeelint": "~0.4.0",
|
|
"gulp-marked-man": "~0.3.1",
|
|
"gulp-mocha": "~1.1.1",
|
|
"gulp-shell": "^0.2.11",
|
|
"gulp-util": "~3.0.1",
|
|
"mocha": "~2.0.1",
|
|
"mocha-notifier-reporter": "~0.1.0",
|
|
"run-sequence": "~1.0.2",
|
|
"sinon": "~1.12.1",
|
|
"sinon-chai": "~2.6.0"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"capitano": "~1.5.0",
|
|
"coffee-script": "~1.8.0",
|
|
"conf.js": "^0.1.1",
|
|
"diskio": "^1.0.0",
|
|
"drivelist": "^1.2.1",
|
|
"git-cli": "~0.8.2",
|
|
"lodash": "~2.4.1",
|
|
"lodash-contrib": "~241.4.14",
|
|
"mkdirp": "~0.5.0",
|
|
"nplugm": "^2.1.0",
|
|
"npm": "^2.6.1",
|
|
"open": "0.0.5",
|
|
"progress-stream": "^0.5.0",
|
|
"resin-cli-visuals": "^0.0.6",
|
|
"resin-sdk": "^0.0.1",
|
|
"underscore.string": "~2.4.0",
|
|
"update-notifier": "^0.3.1"
|
|
}
|
|
}
|