forked from foreversd/forever-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "forever-monitor",
"description": "Core forever process monitor",
"version": "1.7.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" },
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" },
{ "name": "James Halliday", "email": "mail@substack.net" },
{ "name": "Bradley Meck", "email": "bradley@nodejitsu.com" },
{ "name": "Dominic Tarr", "email": "dominic@nodejitsu.com" },
{ "name": "Maciej Małecki", "email": "maciej@nodejitsu.com" }
],
"repository": {
"type": "git",
"url": "http://github.com/nodejitsu/forever-monitor.git"
},
"keywords": [
"fault tolerant",
"sysadmin",
"tools"
],
"dependencies": {
"broadway": "~0.3.6",
"chokidar": "^1.0.1",
"minimatch": "~2.0.0",
"ps-tree": "0.0.x",
"utile": "~0.2.1"
},
"devDependencies": {
"optimist": "~0.6.1",
"vows": "~0.7.0"
},
"main": "./lib/index.js",
"scripts": {
"test": "vows test/**/*-test.js --spec -i"
},
"license": "MIT",
"engines": {
"node": ">= 0.8.x"
}
}