pm2/package.json
Alexandre Strzelewicz 7b13bdf3fe README - fixes
2013-05-29 22:30:16 +08:00

58 lines
1.3 KiB
JSON

{
"name": "pm2",
"preferGlobal": "true",
"version": "0.4.0",
"os" : [ "!win32" ],
"engines" : {
"node" : ">=0.8"
},
"homepage" : "http://unitech.io/",
"description": "The next generation process manager for Node.js. Clusterize app with 0 lines of code more.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha test; bash ./test/cli.sh",
"froze": "npm shrinkwrap"
},
"keywords": [
"cli",
"fault tolerant",
"sysadmin",
"tools",
"monitoring",
"process manager",
"forever",
"process configuration",
"clustering",
"cluster cli",
"cluster"
],
"bin": {
"pm2": "./bin/pm2"
},
"dependencies": {
"commander": "1.1.0",
"cli-table" : "0.2.0",
"multimeter": "git://github.com/Alexandre-Strzelewicz/node-multimeter.git",
"usage" : "0.3.4",
"axon-rpc" : "0.0.2",
"watch" : "0.7.0",
"axon" : "0.6.1",
"debug" : "*"
},
"devDependencies": {
"mocha": "1.x",
"should": "1.x",
"better-assert" : "*"
},
"repository": {
"type" : "git",
"url" : "git://github.com/unitech/pm2.git"
},
"author": {
"name": "Strzelewicz Alexandre",
"email": "strzelewicz.alexandre@gmail.com",
"url": "http://apps.hemca.com"
},
"license": "MIT"
}