You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
802 B

{
"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"
}