forked from phihag/bts
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 694 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 694 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
33
34
35
{
"name": "bts",
"version": "1.0.0",
"author": "Philipp Hagemeister <phihag@phihag.de>",
"description": "Badminton Tournament Server",
"scripts": {
"test": "mocha test/"
},
"dependencies": {
"argparse": "^1.0.10",
"async": "*",
"body-parser": "*",
"express": "*",
"extract-zip": "*",
"nedb": "*",
"node-xlsx": "^0.21.0",
"pretty-data": "^0.40.0",
"request": "^2.88.0",
"rimraf": "*",
"serve-favicon": "*",
"text-encoding": "^0.7.0",
"uuid": "^3.3.2",
"ws": "*",
"xmldom": "*"
},
"devDependencies": {
"acorn": "^6.1.1",
"eslint": "*",
"mocha": "*",
"stylelint": "*",
"stylelint-config-standard": "*",
"supervisor": "*"
},
"private": true
}