UNPKG

guvnor

Version:

A node process manager that isn't spanners all the way down

173 lines (172 loc) 4.07 kB
{ "name": "guvnor", "description": "A node process manager that isn't spanners all the way down", "version": "3.5.17", "license": "MIT", "prefer-global": true, "homepage": "https://github.com/tableflip/guvnor", "repository": { "type": "git", "url": "git://github.com/tableflip/guvnor.git" }, "bugs": { "url": "https://github.com/tableflip/guvnor/issues" }, "scripts": { "lint": "standard", "test": "istanbul cover _mocha", "coveralls": "cat ./coverage/lcov.info | coveralls", "postinstall": "chmod +x scripts/init/sysv/guvnor" }, "dependencies": { "ampersand-array-input-view": "^3.0", "ampersand-checkbox-view": "^2.0", "ampersand-collection": "^1.0", "ampersand-collection-view": "^1.0", "ampersand-dom": "^1.0", "ampersand-form-view": "^2.4.0", "ampersand-input-view": "^4.0.1", "ampersand-model": "^5.0.0", "ampersand-rest-collection": "^4.0.0", "ampersand-router": "^3.0.2", "ampersand-select-view": "^3.0.1", "ampersand-view": "^7.0", "ampersand-view-switcher": "^2.0", "andlog": "^1.0", "ansi-html": "^0.0", "async": "^0.9.2", "bcrypt": "^0.8", "bootstrap-notify": "^3.1.3", "boss-dnode": "^1.0", "clientconfig": "^1.0", "coercer": "^1.0", "coffee-script": "^1.9.0", "colors": "^1.0", "columbo": "^3.0", "commander": "^2.0", "component-emitter": "1.1.2", "copy-to": "^2.0", "cpu-stats": "^1.0", "domify": "^1.0", "domready": "^1.0", "duplex-maker": "^1.0.0", "etc-passwd": "^0.1", "event-loop-lag": "^1.0", "extend": "^2.0", "favicon-setter": "^0.1", "freeport": "^1.0", "getconfig": "^2.1.0", "handlebars": "^3.0.0", "hapi": "^8.0", "hapi-auth-basic": "^2.0", "heapdump": "^0.3", "ini": "^1.3", "jquery": "^2.1.4", "jsonfile": "^2.0", "meminfo": "^0.0", "mkdirp": "^0.5", "moment": "^2.0", "moonboots_hapi": "^4.0", "node-inspector": "^0.12.3", "output-buffer": "^1.0", "pem": "^1.0", "posix": "^4.0.0", "prettysize": "^0.0", "prompt": "^0.2", "rc": "achingbrain/rc#guvnor", "rimraf": "^2.0", "semver": "^4.3.3", "short-id": "^0.1.0", "shortid": "^2.1", "socket.io": "^1.2", "socket.io-client": "^1.2", "splitargs": "^0.0", "sprintf-js": "^1.0", "strip-ansi": "^2.0.1", "stylizer": "achingbrain/stylizer", "templatizer-hbs": "^0.0", "timeoutify": "^0.0", "underscore": "^1.0", "usage": "^0.7.0", "uuid": "^2.0", "wantsit": "^2.0", "wildemitter": "^1.0", "winston": "^1.0.0" }, "optionalDependencies": { "execSync": "^1.0", "mdns": "^2.0" }, "devDependencies": { "chai": "^2.0.0", "coveralls": "^2.8", "debug": "^2.1", "istanbul": "^0.3.0", "jsdom": "^4.0.4", "mocha": "^2.0", "mocha-jsdom": "^0.3.0", "pre-commit": "^1.0.4", "proxyquire": "^1.0", "sinon": "^1.8", "standard": "^3.2.0", "testsuite": "^1.0" }, "bin": { "bs": "bin/guv", "boss": "bin/guv", "bs-web": "bin/guv-web", "boss-web": "bin/guv-web", "guv": "bin/guv", "guv-web": "bin/guv-web", "guvnor": "bin/guv", "guvnor-web": "bin/guv-web" }, "keywords": [ "node", "process", "manager", "monitor", "runner", "auto restart", "cluster", "clustering", "pid", "user", "uid", "group", "gid", "uptime", "memory", "cpu", "boss", "process-boss" ], "jshintConfig": { "asi": true, "browser": false, "browserify": true, "curly": false, "expr": true, "indent": 2, "loopfunc": true, "node": true, "trailing": true, "undef": true, "white": true, "mocha": true }, "standard": { "ignore": [ "web/public/javascript/**", "web/client/templates.js", "test/**", "lib/web/index.js", "lib/common/HelpfulError.js", "web/client/views/host/resources.js" ] }, "pre-commit": [ "lint", "test" ] }