{ "name": "cluster-reload", "version": "1.0.2", "description": "cluster workers reload", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js", "test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js", "test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js", "jshint": "jshint .", "autod": "autod -w --prefix '~'", "cnpm": "npm install --registry=https://registry.npm.taobao.org" }, "dependencies": { }, "devDependencies": { "autod": "*", "istanbul-harmony": "*", "jshint": "*", "mocha": "*", "urllib": "~2.3.6" }, "homepage": "https://github.com/node-modules/cluster-reload", "repository": { "type": "git", "url": "git://github.com/node-modules/cluster-reload.git", "web": "https://github.com/node-modules/cluster-reload" }, "bugs": { "url": "https://github.com/node-modules/cluster-reload/issues", "email": "m@fengmk2.com" }, "keywords": [ "cluster-reload" ], "engines": { "node": ">=0.11.14", "iojs": ">=1.0.0" }, "author": "fengmk2 (http://fengmk2.com)", "license": "MIT" }