{ "name": "resin", "version": "0.0.1", "description": "Git Push to your devices", "main": "./lib/app.coffee", "repository": { "type": "git", "url": "git@bitbucket.org:rulemotion/resin-cli.git" }, "preferGlobal": true, "man": [ "./man/resin.1", "./man/resin-completion.1" ], "bin": { "resin": "./bin/resin" }, "scripts": { "prepublish": "gulp build", "test": "gult test", "doc": "codo -o ./doc/codo `find lib/resin -name \"*.coffee\" | grep -v \"spec.coffee$\"`" }, "keywords": [ "resin", "git" ], "author": "Juan Cruz Viotti ", "license": "MIT", "devDependencies": { "chai": "~1.9.2", "chai-as-promised": "~4.1.1", "chai-string": "~1.1.0", "chai-things": "~0.2.0", "codo": "~2.0.9", "coffee-script": "~1.8.0", "gulp": "~3.8.9", "gulp-coffee": "^2.2.0", "gulp-coffeelint": "~0.4.0", "gulp-marked-man": "~0.3.1", "gulp-mocha": "~1.1.1", "gulp-shell": "^0.2.11", "gulp-util": "~3.0.1", "mocha": "~2.0.1", "mocha-notifier-reporter": "~0.1.0", "mock-fs": "~2.3.2", "nock": "~0.48.2", "ronn": "~0.4.0", "run-sequence": "~1.0.2", "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", "mkdirp": "~0.5.0", "pinejs-client-js": "git+ssh://git@bitbucket.org/rulemotion/pinejs-client-js.git", "bluebird": "~2.3.11", "open": "0.0.5", "inquirer": "~0.8.0", "cliff": "~0.1.9", "underscore.string": "~2.4.0", "typed-error": "~0.1.0", "is-online": "~3.0.0", "pluralize": "~1.1.0", "indefinite-article": "0.0.2", "pubnub": "~3.7.0", "request-progress": "~0.3.1", "progress-bar": "~0.1.1", "progress": "~1.1.8", "user-home": "~1.1.0", "fs-plus": "~2.3.2", "lodash-contrib": "~241.4.14", "conf.js": "~0.1.1", "coffee-script": "~1.8.0", "git-cli": "~0.8.2", "capitano": "~1.0.4" } }