-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.04 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "easy-mock-dome",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"compression": "~1.6.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"eventproxy": "~0.3.4",
"express": "~4.13.1",
"less-middleware": "^2.0.1",
"markdown-it": "~4.4.0",
"mockjs": "^0.1.10",
"morgan": "~1.6.1",
"multiparty": "~4.1.2",
"mysql": "~2.8.0",
"sequelize": "~3.5.1",
"serve-favicon": "~2.3.0",
"uuid": "~2.0.1"
},
"description": "front end mock API data",
"main": "app.js",
"devDependencies": {
"express-session": "^1.16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hqer927/easy-mock-dome.git"
},
"keywords": [
"mock",
"API",
"frontEnd",
"mockjs"
],
"author": "cqb325",
"license": "ISC",
"bugs": {
"url": "https://github.com/hqer927/easy-mock-dome/issues"
},
"homepage": "https://github.com/hqer927/easy-mock-dome#readme"
}