balena-cli/package.json
2014-11-21 09:23:02 -04:00

46 lines
1.1 KiB
JSON

{
"name": "resin",
"version": "0.0.1",
"description": "Git Push to your devices",
"main": "bin/resin",
"scripts": {
"test": "cult test"
},
"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",
"mocha-notifier-reporter": "~0.1.0",
"gulp-coffeelint": "~0.4.0",
"nock": "~0.48.2",
"mock-fs": "~2.3.2",
"chai-as-promised": "~4.1.1",
"chai-things": "~0.2.0",
"sinon": "~1.12.1",
"sinon-chai": "~2.6.0"
},
"dependencies": {
"request": "~2.47.0",
"lodash": "~2.4.1",
"async": "~0.9.0",
"rimraf": "~2.2.8",
"commander": "~2.5.0",
"mkdirp": "~0.5.0",
"resin-platform-api": "git+ssh://git@bitbucket.org/rulemotion/resin-platform-api.git#master",
"bluebird": "~2.3.11",
"open": "0.0.5",
"inquirer": "~0.8.0",
"cliff": "~0.1.9",
"underscore.string": "~2.4.0"
}
}