forked from zhex/fe-dev-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.29 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "fe-dev-server",
"version": "1.5.0",
"description": "a dev server for frontend developers",
"main": "index.js",
"bin": {
"fds": "./bin/fds"
},
"scripts": {
"test": "mocha test"
},
"author": "ZheX <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zhex/fe-dev-server.git"
},
"keywords": [
"frontend",
"express",
"dev server",
"mock server",
"api",
"jade",
"ejs",
"handlebars",
"jsp",
"velocity"
],
"dependencies": {
"body-parser": "^1.15.0",
"chokidar": "^1.2.0",
"colors": "^1.1.2",
"commander": "^2.8.1",
"consolidate": "^0.13.1",
"cross-spawn": "^2.1.0",
"deasync": "^0.1.4",
"ejs": "^2.3.3",
"express": "^4.13.3",
"findup-sync": "^0.3.0",
"fs-extra": "^0.23.1",
"handlebars": "^3.0.3",
"jade": "^1.11.0",
"livereload": "^0.4.0",
"mockjs": "^1.0.1-beta3",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"object-assign": "^3.0.0",
"opn": "^3.0.2",
"path-to-regexp": "^1.2.0",
"portscanner": "^1.0.0",
"proxy-middleware": "^0.13.1",
"request": "^2.61.0",
"syntax-error": "^1.1.4"
},
"devDependencies": {
"mocha": "^2.2.5",
"replace": "^0.3.0",
"should": "^7.0.4"
}
}