balena-cli/package.json

79 lines
1.9 KiB
JSON
Raw Normal View History

2014-10-31 13:37:29 +00:00
{
"name": "resin",
"version": "0.0.1",
"description": "Git Push to your devices",
"main": "./lib/app.js",
2014-12-09 19:46:47 +00:00
"repository": {
"type": "git",
"url": "git@bitbucket.org:rulemotion/resin-cli.git"
},
"preferGlobal": true,
2014-12-10 19:18:39 +00:00
"man": [
"./doc/resin.1.roff"
],
2014-11-27 13:10:51 +00:00
"bin": {
"resin": "./bin/resin"
},
2014-10-31 13:37:29 +00:00
"scripts": {
2014-12-08 13:17:21 +00:00
"test": "cult test",
2014-12-10 19:18:39 +00:00
"man": "ronn --build --roff doc/*.md",
"doc": "codo -o ./doc/codo `find lib/resin -name \"*.coffee\" | grep -v \"spec.coffee$\"`"
2014-10-31 13:37:29 +00:00
},
"keywords": [
"resin",
"git"
],
"author": "Juan Cruz Viotti <juanchiviotti@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "~1.9.2",
"mocha": "~2.0.1",
"cult": "~2.0.0",
"gulp-mocha": "~1.1.1",
"gulp": "~3.8.9",
"coffee-script": "~1.8.0",
2014-10-31 13:48:53 +00:00
"mocha-notifier-reporter": "~0.1.0",
2014-10-31 15:59:23 +00:00
"gulp-coffeelint": "~0.4.0",
2014-11-07 15:21:48 +00:00
"nock": "~0.48.2",
2014-11-18 15:14:33 +00:00
"mock-fs": "~2.3.2",
2014-11-20 15:50:58 +00:00
"chai-as-promised": "~4.1.1",
"chai-things": "~0.2.0",
"sinon": "~1.12.1",
2014-11-24 14:33:44 +00:00
"sinon-chai": "~2.6.0",
"gulp-coffee": "~2.2.0",
"gulp-util": "~3.0.1",
"run-sequence": "~1.0.2",
2014-12-08 13:17:21 +00:00
"chai-string": "~1.1.0",
2014-12-10 19:18:39 +00:00
"codo": "~2.0.9",
"ronn": "~0.4.0"
2014-10-31 15:59:23 +00:00
},
"dependencies": {
"request": "~2.47.0",
2014-11-07 15:21:48 +00:00
"lodash": "~2.4.1",
2014-11-14 17:19:37 +00:00
"async": "~0.9.0",
2014-11-17 18:14:15 +00:00
"rimraf": "~2.2.8",
2014-11-17 19:51:44 +00:00
"mkdirp": "~0.5.0",
"pinejs-client-js": "git+ssh://git@bitbucket.org/rulemotion/pinejs-client-js.git",
2014-11-18 15:37:29 +00:00
"bluebird": "~2.3.11",
2014-11-18 16:14:48 +00:00
"open": "0.0.5",
2014-11-18 18:39:26 +00:00
"inquirer": "~0.8.0",
"cliff": "~0.1.9",
2014-11-24 18:00:35 +00:00
"underscore.string": "~2.4.0",
"typed-error": "~0.1.0",
2014-11-27 13:10:51 +00:00
"is-online": "~3.0.0",
"pluralize": "~1.1.0",
2014-11-28 16:46:24 +00:00
"indefinite-article": "0.0.2",
"pubnub": "~3.7.0",
2014-12-02 15:08:22 +00:00
"request-progress": "~0.3.1",
"progress-bar": "~0.1.1",
2014-12-03 13:31:36 +00:00
"progress": "~1.1.8",
2014-12-08 15:02:23 +00:00
"user-home": "~1.1.0",
2014-12-09 16:54:35 +00:00
"fs-plus": "~2.3.2",
"lodash-contrib": "~241.4.14",
2014-12-11 15:31:56 +00:00
"conf.js": "~0.1.1",
"coffee-script": "~1.8.0",
"git-cli": "~0.8.2",
2014-12-19 17:06:58 +00:00
"capitano": "~1.0.1"
2014-10-31 13:37:29 +00:00
}
}