UNPKG

1.93 kBJSONView Raw
1{
2 "name": "supervisor",
3 "version": "0.12.0",
4 "description": "A supervisor program for running nodejs programs",
5 "author": "Isaac Z. Schlueter <i@izs.me>",
6 "license": "MIT",
7 "contributors": [
8 "Todd Branchflower <toddbran@stanford.edu>",
9 "Giannis Dzegoutanis <erasmospunk@gmail.com>",
10 "Brian Ehmann <behmann@gmail.com>",
11 "Corey Jewett <cj@syntheticplayground.com>",
12 "Taka Kojima <taka.kojima@ff0000.com>",
13 "Aneil Mallavarapu <aneil@blipboard.com>",
14 "Doug McCall <dhm116@psu.edu>",
15 "Mathieu M-Gosselin <mathieumg@gmail.com>",
16 "David Murdoch <hello@davidmurdoch.com>",
17 "mx1700 <mx1700@gmail.com>",
18 "Michiel ter Reehorst <jm.ter.reehorst@jamiter.com>",
19 "Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>",
20 "John Roberts <jroberts@logitech.com>",
21 "Scott Sanders <scott@stonecobra.com>",
22 "Thomas Schaaf <schaaf@komola.de>",
23 "Fernando H. Silva <ferhensil@gmail.com>",
24 "Kei Son <heyacct@gmail.com>",
25 "David Taylor <david@zensatellite.com>",
26 "Antonio Touriño <atourino@gmail.com>",
27 "Oliver Wong <oliver@owiber.com>",
28 "Di Wu <dw323@cornell.edu>",
29 "Jesse Yang <jyyjcc@gmail.com>",
30 "Ian Young <ian.greenleaf@gmail.com>",
31 "jazzzz <jazzzz@gmail.com>",
32 "philpill <github@philpill.net>",
33 "rma4ok <rma4ok@gmail.com>",
34 "Petru Isfan <petru.isfan@gmail.com>"
35 ],
36 "repository": {
37 "type": "git",
38 "url": "git://github.com/petruisfan/node-supervisor.git"
39 },
40 "bugs": "https://github.com/petruisfan/node-supervisor/issues",
41 "homepage": "https://github.com/petruisfan/node-supervisor/",
42 "main": "lib/supervisor.js",
43 "bin": {
44 "node-supervisor": "lib/cli-wrapper.js",
45 "supervisor": "lib/cli-wrapper.js"
46 },
47 "engines": {
48 "node": ">=0.6.0"
49 },
50 "scripts": {
51 "test": "./node_modules/nodeunit/bin/nodeunit test/*.test.js"
52 },
53 "preferGlobal": true,
54 "devDependencies": {
55 "nodeunit": "~0.9.0"
56 }
57}