mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "god",
|
|
"preferGlobal": "true",
|
|
"version": "0.4.0",
|
|
"os" : [ "!win32" ],
|
|
"engines" : {
|
|
"node" : ">=0.8"
|
|
},
|
|
"homepage" : "http://unitech.io/",
|
|
"description": "Manage apps with a declarative approach (JSON). Clusterize network apps in 0 lines of code.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha test",
|
|
"testc": "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/god"
|
|
},
|
|
"dependencies": {
|
|
"commander": "*",
|
|
"cli-table" : "*",
|
|
"multimeter": "git://github.com/Alexandre-Strzelewicz/node-multimeter.git",
|
|
"usage" : "*",
|
|
"watch": "*",
|
|
"axon-rpc" : "*",
|
|
"axon" : "*"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.x",
|
|
"should": "1.x",
|
|
"better-assert" : "*"
|
|
},
|
|
"repository": "",
|
|
"author": {
|
|
"name": "AS"
|
|
},
|
|
"contributors": [{
|
|
"name": "Strzelewicz Alexandre",
|
|
"email": "strzelewicz.alexandre@gmail.com",
|
|
"url": "http://apps.hemca.com"
|
|
}],
|
|
"license": "MIT"
|
|
}
|