-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 829 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": "node-project-9",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qcourse/node-project-9.git"
},
"author": "alsotang <alsotang@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/qcourse/node-project-9/issues"
},
"homepage": "https://github.com/qcourse/node-project-9#readme",
"dependencies": {
"express": "^4.14.0",
"eventproxy": "^0.3.4",
"basic-auth": "^1.0.4",
"ejs": "^2.4.2",
"body-parser": "^1.15.2",
"multer": "^1.1.0",
"request": "^2.73.0",
"qs": "^6.2.0",
"lodash": "^4.13.1",
"express-session": "^1.14.0",
"connect-flash": "^0.1.1",
"yaqrcode": "^0.2.1"
}
}