mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
104 lines
2.8 KiB
JSON
104 lines
2.8 KiB
JSON
{
|
|
"name": "resin-cli",
|
|
"version": "6.4.0",
|
|
"description": "The official resin.io CLI tool",
|
|
"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": {
|
|
"build": "gulp build && npm run doc",
|
|
"doc": "mkdir -p doc/ && coffee extras/capitanodoc/index.coffee > doc/cli.markdown",
|
|
"watch": "gulp watch",
|
|
"lint": "gulp lint",
|
|
"prepublish": "npm run build && npm run doc"
|
|
},
|
|
"keywords": [
|
|
"resin",
|
|
"git"
|
|
],
|
|
"author": "Juan Cruz Viotti <juan@resin.io>",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"devDependencies": {
|
|
"ent": "^2.2.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-coffee": "^2.2.0",
|
|
"gulp-coffeelint": "^0.6.0",
|
|
"gulp-shell": "^0.5.2"
|
|
},
|
|
"dependencies": {
|
|
"@resin.io/valid-email": "^0.1.0",
|
|
"ansi-escapes": "^2.0.0",
|
|
"any-promise": "^1.3.0",
|
|
"babel-preset-es2015": "^6.16.0",
|
|
"babel-register": "^6.16.3",
|
|
"bash": "0.0.1",
|
|
"bluebird": "^3.3.3",
|
|
"capitano": "^1.7.0",
|
|
"chalk": "^1.1.3",
|
|
"coffee-script": "^1.12.6",
|
|
"columnify": "^1.5.2",
|
|
"denymount": "^2.2.0",
|
|
"docker-qemu-transpose": "^0.2.2",
|
|
"docker-toolbelt": "^1.3.3",
|
|
"dockerode": "^2.5.0",
|
|
"drivelist": "^5.0.22",
|
|
"etcher-image-write": "^9.0.3",
|
|
"global-tunnel-ng": "github:zvin/global-tunnel#dont-proxy-connections-to-file-sockets",
|
|
"hasbin": "^1.2.3",
|
|
"inquirer": "^3.1.1",
|
|
"is-root": "^1.0.0",
|
|
"js-yaml": "^3.7.0",
|
|
"klaw": "^1.3.1",
|
|
"lodash": "^4.17.4",
|
|
"mixpanel": "^0.4.0",
|
|
"moment": "^2.12.0",
|
|
"mz": "^2.6.0",
|
|
"nplugm": "^3.0.0",
|
|
"president": "^2.0.1",
|
|
"prettyjson": "^1.1.3",
|
|
"progress-stream": "^2.0.0",
|
|
"raven": "^1.2.0",
|
|
"reconfix": "^0.0.3",
|
|
"request": "^2.81.0",
|
|
"resin-bundle-resolve": "^0.0.2",
|
|
"resin-cli-auth": "^1.2.0",
|
|
"resin-cli-errors": "^1.2.0",
|
|
"resin-cli-form": "^1.4.1",
|
|
"resin-cli-visuals": "^1.4.0",
|
|
"resin-config-json": "^1.0.0",
|
|
"resin-device-config": "^3.0.0",
|
|
"resin-device-init": "^2.2.1",
|
|
"resin-docker-build": "^0.4.0",
|
|
"resin-doodles": "0.0.1",
|
|
"resin-image-fs": "^2.3.0",
|
|
"resin-image-manager": "^4.1.1",
|
|
"resin-preload": "^2.0.0",
|
|
"resin-sdk-preconfigured": "^6.9.0",
|
|
"resin-settings-client": "^3.6.1",
|
|
"resin-stream-logger": "^0.0.4",
|
|
"resin-sync": "^9.1.0",
|
|
"rimraf": "^2.4.3",
|
|
"rindle": "^1.0.0",
|
|
"semver": "^5.3.0",
|
|
"stream-to-promise": "^2.2.0",
|
|
"tmp": "0.0.31",
|
|
"umount": "^1.1.6",
|
|
"underscore.string": "^3.1.1",
|
|
"unzip2": "^0.2.5",
|
|
"update-notifier": "^0.6.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"removedrive": "^1.0.0"
|
|
}
|
|
}
|