-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 735 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 735 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": "local-develop-server",
"version": "1.0.0",
"description": "local development server with proxy for web",
"main": "index.js",
"scripts": {
"start": "node ./scripts/start.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.eoffcn.com:web/local-develop-server.git"
},
"keywords": [
"local",
"server",
"http",
"proxy",
"develop",
"tool"
],
"author": "mazhaojun",
"license": "MIT",
"dependencies": {
"colors": "^1.3.3",
"http-proxy-middleware": "^0.19.1",
"koa": "^2.8.1",
"koa-mount": "^4.0.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa2-connect": "^1.0.2"
}
}