-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
37 lines (37 loc) · 905 Bytes
/
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
{
"name": "ejs-express-mysql",
"version": "1.0.0",
"description": "ejs+express+mysql实现的后台管理",
"main": "server",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nealyang/ejs-express-mysql.git"
},
"keywords": [
"node",
"express",
"ejs",
"mysql"
],
"author": "Nealyang",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nealyang/ejs-express-mysql/issues"
},
"homepage": "https://github.com/Nealyang/ejs-express-mysql#readme",
"devDependencies": {
"body-parser": "^1.16.1",
"consolidate": "^0.14.5",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.1",
"ejs": "^2.5.6",
"express": "^4.14.1",
"express-router": "0.0.1",
"express-static": "^1.0.3",
"multer": "^1.3.0",
"mysql": "^2.13.0"
}
}