balena-cli/package.json

70 lines
1.7 KiB
JSON
Raw Normal View History

2014-10-31 09:37:29 -04:00
{
2015-02-11 15:31:09 -04:00
"name": "resin-cli",
2014-10-31 09:37:29 -04:00
"version": "0.0.1",
"description": "Git Push to your devices",
"main": "./lib/actions/index.coffee",
2014-12-09 15:46:47 -04:00
"repository": {
"type": "git",
"url": "git@bitbucket.org:rulemotion/resin-cli.git"
},
"preferGlobal": true,
"bundled_engine": "v0.12.0",
2014-12-10 15:18:39 -04:00
"man": [
"./man/resin.1",
2015-01-21 11:22:03 -04:00
"./man/resin-completion.1",
"./man/resin-plugins.1"
2014-12-10 15:18:39 -04:00
],
2014-11-27 09:10:51 -04:00
"bin": {
"resin": "./bin/resin"
},
2014-10-31 09:37:29 -04:00
"scripts": {
2014-12-24 15:15:34 -04:00
"prepublish": "gulp build",
"test": "gult test",
"install": "node bin/install-node.js"
2014-10-31 09:37:29 -04:00
},
"keywords": [
"resin",
"git"
],
"author": "Juan Cruz Viotti <juanchiviotti@gmail.com>",
"license": "MIT",
2015-01-29 14:01:21 -04:00
"optionalDependencies": {
"windosu": "^0.1.3"
2015-01-29 14:01:21 -04:00
},
2014-10-31 09:37:29 -04:00
"devDependencies": {
"chai": "~1.9.2",
2014-12-30 09:44:03 -04:00
"gulp": "~3.8.9",
"gulp-coffee": "^2.2.0",
2014-10-31 11:59:23 -04:00
"gulp-coffeelint": "~0.4.0",
2014-12-30 09:44:03 -04:00
"gulp-marked-man": "~0.3.1",
"gulp-mocha": "~1.1.1",
2014-12-30 13:12:18 -04:00
"gulp-shell": "^0.2.11",
2014-12-30 09:44:03 -04:00
"gulp-util": "~3.0.1",
"mocha": "~2.0.1",
"mocha-notifier-reporter": "~0.1.0",
"run-sequence": "~1.0.2",
2014-11-20 11:50:58 -04:00
"sinon": "~1.12.1",
2014-12-30 13:12:18 -04:00
"sinon-chai": "~2.6.0"
2014-10-31 11:59:23 -04:00
},
"dependencies": {
2014-11-14 13:19:37 -04:00
"async": "~0.9.0",
"capitano": "~1.5.0",
"coffee-script": "~1.8.0",
2015-01-08 09:04:37 -03:00
"conf.js": "^0.1.1",
2015-02-02 13:19:41 -04:00
"diskio": "^1.0.0",
2015-02-06 08:37:15 -04:00
"drivelist": "^1.1.1",
"git-cli": "~0.8.2",
2015-01-08 09:04:37 -03:00
"lodash": "~2.4.1",
"lodash-contrib": "~241.4.14",
"mkdirp": "~0.5.0",
"node-binary": "^1.0.0",
2015-01-23 15:10:16 -04:00
"nplugm": "^1.0.1",
2015-02-11 15:45:47 -04:00
"npm": "^2.5.1",
2015-01-08 09:04:37 -03:00
"open": "0.0.5",
"progress-stream": "^0.5.0",
"resin-cli-visuals": "git+https://git@github.com/resin-io/resin-cli-visuals.git",
2015-01-22 11:37:34 -04:00
"resin-sdk": "git+https://git@github.com/resin-io/resin-sdk.git",
2015-01-23 15:10:16 -04:00
"underscore.string": "~2.4.0"
2014-10-31 09:37:29 -04:00
}
}