-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 785 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 785 Bytes
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
{
"name": "@zombiec0rn/zombie-service-format",
"version": "1.0.2",
"description": "Zombie Service Format",
"main": "index.js",
"scripts": {
"test": "mocha -w -R nyan --check-leaks"
},
"repository": {
"type": "git",
"url": "https://github.com/zombiec0rn/zombie-service-format.git"
},
"keywords": [
"zombie-format",
"zombie-service",
"zombiec0rn"
],
"author": "Asbjorn Enge <asbjorn@hanafjedle.net>",
"license": "BSD",
"bugs": {
"url": "https://github.com/zombiec0rn/zombie-service-format/issues"
},
"homepage": "https://github.com/zombiec0rn/zombie-service-format",
"dependencies": {
"jjv": "^1.0.2",
"random-string": "^0.1.2",
"random-number": "^0.0.7",
"object.assign": "^4.0.3",
"clone": "^1.0.2"
}
}