-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.06 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
{
"name": "sonic-server",
"version": "1.0.1",
"description": "Front-end development env tool based on webpack & anyproxy",
"main": "index.js",
"bin": {
"sonic": "bin/index.js"
},
"engines": {
"node": ">= 6.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:dickeylth/sonic.git"
},
"keywords": [
"front-end",
"tool",
"development",
"debug"
],
"author": {
"name": "弘树",
"email": "[email protected]",
"url": "http://dickeylth.github.io/"
},
"license": "MIT",
"dependencies": {
"anyproxy": "^4.1.0",
"chalk": "~1.1.1",
"cheerio": "1.0.0-rc.3",
"co": "~4.6.0",
"express": "^4.15.2",
"he": "^1.1.1",
"hostile": "^1.3.2",
"iconv-lite": "^0.4.24",
"lodash": "~4.12.0",
"minimist": "~1.2.0",
"open": "0.0.5",
"portfinder": "^1.0.20",
"request": "^2.81.0",
"serve-index": "^1.8.0",
"shelljs": "^0.7.7",
"ws": "^2.3.1",
"yaqrcode": "^0.2.1"
},
"devDependencies": {
"eslint": "^3.19.0"
}
}