-
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) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 779 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": "swjtu-api",
"version": "1.0.0",
"description": "RESTful API",
"main": "app.js",
"scripts": {
"test": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wzbazinga/swjtu-api.git"
},
"author": "wz",
"license": "MIT",
"bugs": {
"url": "https://github.com/wzbazinga/swjtu-api/issues"
},
"homepage": "https://github.com/wzbazinga/swjtu-api#readme",
"dependencies": {
"body-parser": "^1.17.0",
"connect-mongo": "^1.3.2",
"ejs": "^2.5.6",
"express": "^4.14.1",
"express-session": "^1.15.1",
"gm": "^1.23.0",
"mongoose": "^4.8.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"request": "^2.79.0",
"tesseract.js": "^1.0.10"
}
}