-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "hiproxy-plugin-noah",
"version": "1.1.0",
"description": "hiproxy Noah plugin.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiproxy/hiproxy-plugin-noah.git"
},
"keywords": [
"hiproxy",
"plugin",
"noah"
],
"author": "zdying@live.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiproxy/hiproxy-plugin-noah/issues"
},
"homepage": "https://github.com/hiproxy/hiproxy-plugin-noah#readme",
"dependencies": {
"mustache": "^2.3.0",
"simple-mime": "^0.1.0"
},
"devDependencies": {
"antd": "^2.13.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-copy-plugin": "^0.0.4"
}
}