Initial commit
This commit is contained in:
37
package.json
Normal file
37
package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "yunkong2.proxy",
|
||||
"version": "1.0.3",
|
||||
"description": "Proxy for WEB server.",
|
||||
"author": {
|
||||
"name": "bluefox",
|
||||
"email": "dogafox@gmail.com"
|
||||
},
|
||||
"homepage": "https://git.spacen.net/yunkong2/yunkong2.proxy",
|
||||
"keywords": [
|
||||
"yunkong2",
|
||||
"web",
|
||||
"proxy"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.spacen.net/yunkong2/yunkong2.proxy"
|
||||
},
|
||||
"dependencies": {
|
||||
"http-proxy-middleware": "^0.18.0",
|
||||
"mime": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"mocha": "^5.2.0",
|
||||
"chai": "^4.1.2",
|
||||
"request": "^2.87.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://git.spacen.net/yunkong2/yunkong2.proxy/issues"
|
||||
},
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "node node_modules/mocha/bin/mocha --exit"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user