UNPKG

1.11 kBJSONView Raw
1{
2 "name": "forever",
3 "preferGlobal": "true",
4 "description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
5 "version": "0.14.1",
6 "author": "Charlie Robbins <charlie.robbins@gmail.com>",
7 "maintainers": [
8 "mmalecki <me@mmalecki.com>",
9 "avianflu <charlie@charlieistheman.com>"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "http://github.com/nodejitsu/forever.git"
14 },
15 "keywords": [
16 "cli",
17 "fault tolerant",
18 "sysadmin",
19 "tools"
20 ],
21 "dependencies": {
22 "colors": "~0.6.2",
23 "cliff": "~0.1.9",
24 "flatiron": "~0.4.2",
25 "forever-monitor": "~1.5.1",
26 "nconf": "~0.6.9",
27 "nssocket": "~0.5.1",
28 "optimist": "~0.6.0",
29 "timespan": "~2.3.0",
30 "utile": "~0.2.1",
31 "winston": "~0.8.1"
32 },
33 "devDependencies": {
34 "broadway": "~0.3.6",
35 "eventemitter2": "0.4.x",
36 "request": "2.x.x",
37 "vows": "0.7.x"
38 },
39 "bin": {
40 "forever": "./bin/forever"
41 },
42 "main": "./lib/forever",
43 "scripts": {
44 "test": "vows test/**/*-test.js --spec -i"
45 },
46 "engines": {
47 "node": ">= 0.8.x"
48 }
49}