anchor-gateway
Version:
very simple microservice gateway
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "anchor-gateway",
"description": "very simple microservice gateway",
"version": "0.3.5",
"license": "MIT",
"author": "C.G11",
"homepage": "https://github.com/ConstantineGochev/anchor-gateway#readme",
"repository": {
"type": "git",
"url": "https://github.com/ConstantineGochev/anchor-gateway"
},
"scripts": {
"build": "node ./lib/index.js",
"prepare": "npm run test && npm run build",
"test": "mocha test/* --reporter spec"
},
"dependencies": {
"bunyan": "^1.8.12",
"http-proxy": "^1.17.0",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"ioredis": "4.16.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"mocha": "^4.0.1",
"should": "^13.1.3"
},
"keywords": [
"gateway",
"proxy",
"reverse-proxy",
"dynamic-gateway",
"dynamic-proxy"
],
"main": "./index.js",
"files": [
"index.js",
"lib/index.js",
"lib/redis.js"
]
}