-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 864 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
{
"name": "run-backend",
"version": "1.0.0",
"description": "Backend of NTHU CAMP",
"main": "src/main.js",
"scripts": {
"test": "NODE_PATH=. NODE_ENV=test mocha",
"start": "NODE_PATH=. NODE_ENV=production node ./src/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:ColdeGarage/RunRRR-Backend.git"
},
"author": "Colde Garage",
"license": "ISC",
"bugs": {
"url": "https://github.com/ColdeGarage/RunRRR-Backend/issues"
},
"homepage": "https://github.com/ColdeGarage/RunRRR-Backend#README",
"dependencies": {
"body-parser": "^1.17.1",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"express": "^4.15.2",
"mocha": "^3.2.0",
"mysql": "^2.13.0",
"request": "^2.81.0",
"togeojson": "^0.16.0",
"xmldom": "^0.1.27",
"geolib": "^2.0.22",
"crypto":"^0.0.3"
}
}