-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 790 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 790 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
32
{
"name": "@zombiec0rn/zombie-node-format",
"version": "1.0.1",
"description": "Zombie Node Format",
"main": "index.js",
"scripts": {
"test": "mocha -w -R nyan --check-leaks"
},
"repository": {
"type": "git",
"url": "https://github.com/zombiec0rn/zombie-node-format.git"
},
"keywords": [
"zombie-format",
"zombie-node",
"zombiec0rn"
],
"author": "Asbjorn Enge <asbjorn@hanafjedle.net>",
"license": "BSD",
"bugs": {
"url": "https://github.com/zombiec0rn/zombie-node-format/issues"
},
"homepage": "https://github.com/zombiec0rn/zombie-node-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",
"bytes": "^2.3.0"
}
}