UNPKG

whitesource

Version:
48 lines (47 loc) 1.04 kB
{ "name": "whitesource", "version": "0.1.04", "description": "whitesource node module", "preferGlobal": true, "bin": { "whitesource": "./bin/whitesource.js" }, "homepage": "https://github.com/whitesource/npm-plugin", "repository": { "type": "git", "url": "https://github.com/whitesource/npm-plugin.git" }, "main": "./bin/whitesource.js", "keywords": [ "whitesource", "npm", "bower" ], "author": "Doron Gour", "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "devDependencies": { "grunt": "*", "grunt-cli": "*", "grunt-contrib-uglify": "*", "grunt-file-append": "0.0.6", "grunt-lineending": "^0.2.4", "grunt-whitesource": "*" }, "dependencies": { "cli": "^0.6.4", "global-tunnel": "^1.2.0", "npm": "^2.0.2", "prompt": "^0.2.14", "shelljs": "^0.3.0", "traverse": "^0.6.6", "glob":"5.0.14", "request":"2.61.0", "checksum":"0.1.1", "q":"1.4.1" } }