-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 954 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 954 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
36
37
38
39
40
41
{
"name": "a4",
"version": "1.0.0",
"description": "Bookmi",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcyao/a4.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gcyao/a4/issues"
},
"dependencies": {
"async": "^2.0.0",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"ejs": "2.3.3",
"express": "4.13.3",
"express-session": "^1.14.0",
"file-type": "^3.8.0",
"mocha": "^2.5.3",
"multer": "^1.1.0",
"nunjucks": "^2.4.2",
"pg": "4.x",
"read-chunk": "^2.0.0",
"request": "^2.73.0",
"validator": "^5.5.0"
},
"homepage": "https://github.com/gcyao/a4#readme",
"devDependencies": {}
}