-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 837 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
{
"name": "bf-swag",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Matt McFarland",
"license": "MIT",
"dependencies": {
"bankai": "^5.2.1",
"battlefield-stats": "^1.0.8",
"bel": "^4.5.1",
"chalk": "^1.1.3",
"choo": "^4.0.3",
"jimp": "^0.2.27",
"keen-js": "^3.4.1",
"level": "^1.5.0",
"level-ttl": "^3.1.1",
"leveldown": "^1.5.3",
"merry": "^4.0.0",
"normalize.css": "^5.0.0",
"pino-multi-stream": "^2.0.1",
"redis": "^2.6.4",
"sheetify": "^6.0.1",
"split2": "^2.1.1",
"tee": "^0.2.0",
"vex-dialog": "^1.0.6",
"vex-js": "^3.0.0",
"xhr": "^2.3.3"
},
"engines": {
"node": ">=7.4.0"
}
}