UNPKG

sneaky

Version:
40 lines (39 loc) 812 B
{ "name": "sneaky", "version": "2.0.1", "description": "Deployment Genius", "main": "lib/sneaky.js", "scripts": { "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec test/main.js" }, "repository": { "type": "git", "url": "https://github.com/teambition/sneaky" }, "keywords": [ "deploy", "git", "ops" ], "bin": { "sneaky": "./bin/sneaky" }, "author": "Xu Jingxin", "license": "MIT", "devDependencies": { "mocha": "^2.2.5", "should": "^6.0.1", "ssh2": "^0.4.8" }, "dependencies": { "bluebird": "^2.9.25", "chalk": "^1.0.0", "coffeescript": "^2.1.0", "commander": "^2.8.0", "graceful-logger": "^0.4.3", "lodash": ">=4.17.11", "mkdirp": "^0.5.0", "moment": "^2.10.3", "rimraf": "^2.3.3" } }