-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1016 Bytes
/
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
43
44
45
46
47
48
{
"author": "Gabriel Adomnicai <gabesoft@gmail.com>",
"bin": {
"mpr": "./bin/mpr"
},
"dependencies": {
"chalk": "^1.1.1",
"eventemitter2": "^0.4.14",
"flatiron": "^0.4.3",
"hook.io": "git+https://github.com/gabesoft/hook.io.git#v0.8.17",
"posix": "^4.0.0",
"underscore": "^1.8.3",
"underscore.string": "^3.2.2"
},
"description": "A simple CLI tool for running multiple processes",
"devDependencies": {
"cli-easy": "^0.1.0",
"eyes": "*",
"mocha": "^2.3.4",
"node-dev": "^2.7.1",
"nodemon": "^0.7.10",
"should": "^0.6.3",
"vogue": "^0.5.0"
},
"engines": {
"node": ">= 0.6.x"
},
"keywords": [
"cli",
"sysadmin",
"tools",
"process",
"development",
"spawn"
],
"license": "MIT",
"main": "./lib/mpr.js",
"name": "mpr",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/gabesoft/mpr.git"
},
"scripts": {
"start": "node app.js"
},
"version": "0.1.19"
}