veendor
Version:
a tool for stroing your npm dependencies in arbitraty storage
41 lines (40 loc) • 1.1 kB
JSON
{
"name": "veendor",
"version": "2.0.0",
"description": "a tool for stroing your npm dependencies in arbitraty storage",
"main": "bin/veendor.js",
"bin": {
"veendor": "./bin/veendor.js"
},
"scripts": {
"test": "mocha --reporter dot 'test/**/*.test.js'",
"test_unit": "mocha --reporter dot 'test/unit/**/*.test.js'",
"test_integration": "mocha --reporter dot 'test/integration/**/*.test.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/mutantcornholio/veendor"
},
"author": "cornholio <0@mcornholio.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mutantcornholio/veendor/issues"
},
"homepage": "https://github.com/mutantcornholio/veendor",
"dependencies": {
"commander": "^2.9.0",
"deep-object-diff": "^1.0.4",
"fs-extra": "^4.0.0",
"lodash": "^4.14.1",
"semver": "^5.5.0",
"tracer": "^0.8.9"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^2.5.3",
"mock-fs": "^4.4.2",
"mock-require": "^1.3.0",
"sinon": "^2.1.0"
}
}