{
"name": "mad-proxy",
"version": "0.0.2",
"description": "Auto caching reverse proxy, useful when quick mad mocking is required",
"main": "bin/mad-proxy",
"directories": {
"test": "test"
},
"files": [
"bin",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/akupiec/mad-proxy.git"
},
"keywords": [
"mad-proxy",
"node",
"proxy",
"reverse-proxy",
"proxy-server",
"proxy-cache",
"cache"
],
"author": "akupiec",
"license": "MIT",
"bugs": {
"url": "https://github.com/akupiec/mad-proxy/issues"
},
"homepage": "https://github.com/akupiec/mad-proxy#readme",
"engines": {
"node": ">=6.9.2"
},
"bin": {
"mad-proxy": "bin/mad-proxy"
},
"scripts": {
"lint": "eslint .",
"unit": "jest",
"test": "npm run lint && npm run unit"
},
"dependencies": {
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"crc": "^3.5.0",
"deep-assign": "^2.0.0",
"express": "^4.16.2",
"glob": "^7.1.2",
"http-proxy": "^1.16.2",
"mime-types": "^2.1.17",
"yargs": "^10.0.3"
},
"devDependencies": {
"eslint": "^4.10.0",
"jest": "^23.6.0",
"supertest": "^3.0.0"
},
"jest": {
"bail": true,
"verbose": true,
"testEnvironment": "node"
}
}