UNPKG

@martinfranek/naught

Version:

zero downtime deployment for your node.js server

44 lines (43 loc) 810 B
{ "name": "@martinfranek/naught", "version": "1.7.0", "description": "zero downtime deployment for your node.js server", "keywords": [ "deploy", "unicorn", "forever", "cluster", "daemon", "daemonize" ], "scripts": { "test": "node test/test.js" }, "bin": { "naught": "./lib/main.js" }, "repository": { "type": "git", "url": "https://github.com/martinfranek/naught" }, "author": "Martin Franek", "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/martinfranek/naught/issues" }, "directories": { "test": "test" } }