2014-10-31 13:37:29 +00:00
|
|
|
{
|
2015-02-11 19:31:09 +00:00
|
|
|
"name": "resin-cli",
|
2017-08-28 09:34:59 +00:00
|
|
|
"version": "6.6.1",
|
2017-08-16 09:22:21 +00:00
|
|
|
"description": "The official resin.io CLI tool",
|
2015-05-18 13:35:10 +00:00
|
|
|
"main": "./build/actions/index.js",
|
2015-03-03 17:17:24 +00:00
|
|
|
"homepage": "https://github.com/resin-io/resin-cli",
|
2014-12-09 19:46:47 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-03-03 17:17:24 +00:00
|
|
|
"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": {
|
2017-07-27 11:07:05 +00:00
|
|
|
"build": "gulp build && npm run doc",
|
2017-03-21 09:06:05 +00:00
|
|
|
"doc": "mkdir -p doc/ && coffee extras/capitanodoc/index.coffee > doc/cli.markdown",
|
|
|
|
"watch": "gulp watch",
|
|
|
|
"lint": "gulp lint",
|
2017-08-18 13:56:35 +00:00
|
|
|
"prepublish": "require-npm4-to-publish",
|
|
|
|
"prepublishOnly": "npm run build && npm run doc"
|
2014-10-31 13:37:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"resin",
|
|
|
|
"git"
|
|
|
|
],
|
2015-09-21 13:15:27 +00:00
|
|
|
"author": "Juan Cruz Viotti <juan@resin.io>",
|
2016-01-04 03:58:51 +00:00
|
|
|
"license": "Apache-2.0",
|
2017-06-22 16:58:09 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=6.0"
|
|
|
|
},
|
2014-10-31 13:37:29 +00:00
|
|
|
"devDependencies": {
|
2015-03-16 12:51:26 +00:00
|
|
|
"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",
|
2016-03-07 12:44:10 +00:00
|
|
|
"gulp-coffeelint": "^0.6.0",
|
2017-08-18 13:56:35 +00:00
|
|
|
"gulp-shell": "^0.5.2",
|
|
|
|
"require-npm4-to-publish": "^1.0.0"
|
2014-10-31 15:59:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-05-18 22:25:01 +00:00
|
|
|
"@resin.io/valid-email": "^0.1.0",
|
2017-04-24 12:48:43 +00:00
|
|
|
"ansi-escapes": "^2.0.0",
|
2017-03-29 11:03:40 +00:00
|
|
|
"any-promise": "^1.3.0",
|
2017-05-18 22:25:01 +00:00
|
|
|
"bash": "0.0.1",
|
2016-03-07 12:44:10 +00:00
|
|
|
"bluebird": "^3.3.3",
|
2017-03-22 09:46:06 +00:00
|
|
|
"capitano": "^1.7.0",
|
2017-03-08 21:49:56 +00:00
|
|
|
"chalk": "^1.1.3",
|
2017-06-09 12:50:03 +00:00
|
|
|
"coffee-script": "^1.12.6",
|
2015-08-13 12:11:58 +00:00
|
|
|
"columnify": "^1.5.2",
|
2017-03-08 18:43:34 +00:00
|
|
|
"denymount": "^2.2.0",
|
2017-06-27 13:05:54 +00:00
|
|
|
"docker-qemu-transpose": "^0.2.2",
|
2017-03-08 18:45:36 +00:00
|
|
|
"docker-toolbelt": "^1.3.3",
|
2017-06-18 22:14:08 +00:00
|
|
|
"dockerode": "^2.5.0",
|
2017-06-09 12:50:03 +00:00
|
|
|
"drivelist": "^5.0.22",
|
2017-04-14 09:41:55 +00:00
|
|
|
"etcher-image-write": "^9.0.3",
|
2017-08-11 14:52:21 +00:00
|
|
|
"global-tunnel-ng": "github:zvin/global-tunnel#dont-proxy-connections-to-file-sockets",
|
2017-05-18 23:10:14 +00:00
|
|
|
"hasbin": "^1.2.3",
|
2017-06-18 22:14:08 +00:00
|
|
|
"inquirer": "^3.1.1",
|
2015-08-20 20:54:22 +00:00
|
|
|
"is-root": "^1.0.0",
|
2017-03-29 11:03:40 +00:00
|
|
|
"js-yaml": "^3.7.0",
|
|
|
|
"klaw": "^1.3.1",
|
2017-08-16 16:16:21 +00:00
|
|
|
"lodash": "^4.17.4",
|
2016-02-12 18:34:16 +00:00
|
|
|
"mixpanel": "^0.4.0",
|
2016-03-07 12:44:10 +00:00
|
|
|
"moment": "^2.12.0",
|
2017-03-29 11:03:40 +00:00
|
|
|
"mz": "^2.6.0",
|
2015-08-19 15:21:08 +00:00
|
|
|
"nplugm": "^3.0.0",
|
2015-11-12 17:30:48 +00:00
|
|
|
"president": "^2.0.1",
|
2015-11-10 16:53:34 +00:00
|
|
|
"prettyjson": "^1.1.3",
|
2017-06-13 17:28:37 +00:00
|
|
|
"progress-stream": "^2.0.0",
|
2017-03-17 17:37:07 +00:00
|
|
|
"raven": "^1.2.0",
|
2017-03-29 11:03:40 +00:00
|
|
|
"reconfix": "^0.0.3",
|
|
|
|
"request": "^2.81.0",
|
|
|
|
"resin-bundle-resolve": "^0.0.2",
|
2017-08-08 08:37:22 +00:00
|
|
|
"resin-cli-auth": "^1.2.0",
|
2016-03-07 12:44:10 +00:00
|
|
|
"resin-cli-errors": "^1.2.0",
|
2017-03-08 21:49:56 +00:00
|
|
|
"resin-cli-form": "^1.4.1",
|
2017-06-09 12:50:03 +00:00
|
|
|
"resin-cli-visuals": "^1.4.0",
|
2015-11-11 14:04:46 +00:00
|
|
|
"resin-config-json": "^1.0.0",
|
2016-03-21 19:01:59 +00:00
|
|
|
"resin-device-config": "^3.0.0",
|
2017-04-14 09:41:55 +00:00
|
|
|
"resin-device-init": "^2.2.1",
|
2017-03-29 11:03:40 +00:00
|
|
|
"resin-docker-build": "^0.4.0",
|
2017-04-28 12:44:40 +00:00
|
|
|
"resin-doodles": "0.0.1",
|
2017-07-26 19:48:27 +00:00
|
|
|
"resin-image-fs": "^2.3.0",
|
2017-04-03 13:36:04 +00:00
|
|
|
"resin-image-manager": "^4.1.1",
|
2017-08-28 08:49:08 +00:00
|
|
|
"resin-preload": "^3.1.4",
|
2017-08-11 10:02:58 +00:00
|
|
|
"resin-sdk-preconfigured": "^6.9.0",
|
2017-04-26 13:16:06 +00:00
|
|
|
"resin-settings-client": "^3.6.1",
|
2017-04-24 12:48:43 +00:00
|
|
|
"resin-stream-logger": "^0.0.4",
|
2017-08-11 11:31:53 +00:00
|
|
|
"resin-sync": "^9.1.0",
|
2015-08-20 19:54:42 +00:00
|
|
|
"rimraf": "^2.4.3",
|
2015-10-21 14:17:10 +00:00
|
|
|
"rindle": "^1.0.0",
|
2017-06-22 16:58:09 +00:00
|
|
|
"semver": "^5.3.0",
|
2017-03-29 11:03:40 +00:00
|
|
|
"stream-to-promise": "^2.2.0",
|
|
|
|
"tmp": "0.0.31",
|
2017-06-08 10:52:47 +00:00
|
|
|
"umount": "^1.1.6",
|
2015-05-07 15:40:12 +00:00
|
|
|
"underscore.string": "^3.1.1",
|
2015-09-30 14:16:24 +00:00
|
|
|
"unzip2": "^0.2.5",
|
2017-05-18 22:25:01 +00:00
|
|
|
"update-notifier": "^0.6.1"
|
2017-03-28 09:09:58 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"removedrive": "^1.0.0"
|
2014-10-31 13:37:29 +00:00
|
|
|
}
|
2017-08-28 09:34:59 +00:00
|
|
|
}
|