-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.2 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "cmpm120-project",
"version": "1.0.0",
"description": "Private Repository",
"main": "index.js",
"scripts": {
"test": "nyc mocha --timeout=3000 --exit",
"pretest": "./node_modules/.bin/eslint **/*.js",
"start": "node app.js",
"dist": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaiderSoap/cmpm120-project.git"
},
"author": "Ivan Xu",
"license": "MIT",
"bugs": {
"url": "https://github.com/RaiderSoap/cmpm120-project/issues"
},
"homepage": "https://github.com/RaiderSoap/cmpm120-project#readme",
"dependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"helmet": "^3.12.0",
"nocache": "^2.0.0",
"quadtree-lib": "^1.0.9",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.0",
"winston": "^3.0.0-rc5"
},
"devDependencies": {
"del": "^3.0.0",
"errorhandler": "^1.5.0",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"google-closure-compiler": "^20180506.0.0",
"gulp": "^4.0.0",
"mocha": "^5.1.1",
"nyc": "^11.7.1"
},
"engines": {
"node": ">=8.11.1",
"npm": ">=5.6.0"
}
}