2014-10-31 13:37:29 +00:00
|
|
|
{
|
|
|
|
"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",
|
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",
|
|
|
|
"chai-as-promised": "~4.1.1"
|
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:32:35 +00:00
|
|
|
"commander": "~2.5.0",
|
2014-11-17 19:51:44 +00:00
|
|
|
"mkdirp": "~0.5.0",
|
2014-11-18 14:11:07 +00:00
|
|
|
"resin-platform-api": "git+ssh://git@bitbucket.org/rulemotion/resin-platform-api.git#master",
|
2014-11-18 15:37:29 +00:00
|
|
|
"bluebird": "~2.3.11",
|
|
|
|
"open": "0.0.5"
|
2014-10-31 13:37:29 +00:00
|
|
|
}
|
|
|
|
}
|