123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "cfork",
- "version": "1.8.0",
- "description": "cluster fork and restart easy way",
- "main": "index.js",
- "files": [
- "index.js"
- ],
- "scripts": {
- "cover": "node --harmony node_modules/.bin/istanbul cover --include-all-sources --report none --print none node_modules/.bin/_mocha -- -t 15000 test/*.test.js",
- "lint": "eslint index.js test",
- "test": "npm run clean && npm run lint && npm run cover && istanbul report json lcov html text",
- "clean": "rm -rf coverage",
- "ci": "mocha -t 15000 test/*.test.js"
- },
- "dependencies": {
- "utility": "^1.12.0"
- },
- "devDependencies": {
- "childprocess": "1",
- "contributors": "*",
- "eslint": "3.12.0",
- "graceful": "1",
- "istanbul": "^0.4.0",
- "mocha": "2",
- "pedding": "1",
- "should": "11.1.2",
- "urllib": "2"
- },
- "homepage": "https://github.com/node-modules/cfork",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/cfork.git",
- "web": "https://github.com/node-modules/cfork"
- },
- "bugs": {
- "url": "https://github.com/node-modules/cfork/issues",
- "email": "fengmk2@gmail.com"
- },
- "keywords": [
- "cluster",
- "cluster-fork",
- "cfork",
- "restart"
- ],
- "engines": {
- "node": ">= 0.12.0"
- },
- "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)",
- "license": "MIT"
- }
|