-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 980 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
{
"name": "@zombiec0rn/zombie-scheduler",
"version": "2.1.0",
"description": "Zombie scheduler.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "ava --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zombiec0rn/zombie-scheduler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zombiec0rn/zombie-scheduler/issues"
},
"homepage": "https://github.com/zombiec0rn/zombie-scheduler#readme",
"keywords": [
"zombie-scheduler",
"zombiec0rn"
],
"devDependencies": {
"ava": "^0.12.0",
"chokidar": "^1.4.3"
},
"dependencies": {
"@zombiec0rn/zombie-node-format": "^1.0.0",
"@zombiec0rn/zombie-service-diff": "^2.0.0",
"@zombiec0rn/zombie-service-format": "^1.0.0",
"@zombiec0rn/zombie-service-scale": "^1.0.0",
"bytes": "^2.3.0",
"clone": "^1.0.2",
"lodash.find": "^4.2.0",
"lodash.omit": "^4.1.0"
}
}