-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.08 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"author": {
"name": "Maxime FRANCK",
"email": "geeked7@gmail.com"
},
"name": "warlock-spell",
"description": "Client of warlock-Warlok ",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/ekozan/warlock-spell.git"
},
"os": [
"!win32"
],
"engines": {
"node": "*"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"example": "./examples"
},
"main": "index.js",
"bin": {
"pm2spell": "./bin/pm2spell"
},
"keywords": [
"cli",
"sysadmin",
"tools",
"pm2",
"node-pm2",
"production",
"pm2.io",
"clustering",
"spell",
"warlock-spell",
"warlock"
],
"dependencies": {
"cli-table": "0.3.0",
"colors": "0.6.2",
"warlock-api": "0.0.1",
"flatiron": "0.3.11",
"pkginfo": "0.3.0",
"flatiron-cli-config": "0.1.4",
"prompt": "0.2.12",
"semver": "^2.3.0",
"fstream": "^0.1.25",
"progress": "^1.1.5",
"fstream-npm": "^0.1.7",
"tar": "^0.1.19",
"ladder": "0.0.1"
},
"devDependencies": {},
"optionalDependencies": {}
}