naught2
Version:
zero downtime deployment for your node.js server
46 lines (45 loc) • 874 B
JSON
{
"name": "naught2",
"version": "1.0.1",
"description": "zero downtime deployment for your node.js server",
"keywords": [
"deploy",
"unicorn",
"forever",
"cluster",
"daemon",
"daemonize"
],
"main": "lib/naught.js",
"scripts": {
"test": "node test/test.js"
},
"bin": {
"naught": "bin/naught"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vk4u/naught2.git"
},
"author": "Andrew Kelley",
"license": "MIT",
"engines": {
"node": ">=0.10.20"
},
"devDependencies": {
"ncp": "~2.0.0",
"rimraf": "~2.4.0",
"whynoteq": "~1.0.2"
},
"dependencies": {
"mkdirp": "~0.5.1",
"pend": "~1.2.0"
},
"bugs": {
"url": "https://github.com/andrewrk/naught/issues"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/vk4u/naught2#readme"
}