thrust
Version:
A Node.js deployment manager.
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "thrust",
"description": "A Node.js deployment manager.",
"keywords": [
"thrust"
],
"version": "0.0.0",
"main": "thrust.js",
"homepage": "http://github.com/zerious/thrust",
"repository": "http://github.com/zerious/thrust.git",
"bugs": {
"url": "http://github.com/zerious/thrust/issues"
},
"author": {
"name": "Sam Eubank",
"email": "sameubank@gmail.com"
},
"contributors": [
{
"name": "Sam Eubank",
"email": "sameubank@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/zerious/thrust/blob/master/MIT-LICENSE.md"
}
],
"engines": [
"node >= 0.2.6"
],
"scripts": {
"test": "mocha",
"retest": "mocha --watch",
"cover": "istanbul cover _mocha",
"report": "open coverage/lcov-report/index.html",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"dependencies": {},
"devDependencies": {
"zeriousify": "0.1.3",
"assert-plus": "0.1.5",
"mocha": "1.18.2",
"istanbul": "0.2.8",
"coveralls": "2.10.0"
}
}