UNPKG

1.05 kBJSONView Raw
1{
2 "name": "microgateway-plugins",
3 "version": "2.6.0",
4 "description": "Plugins for Apige Edge Microgateway",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha -R spec"
8 },
9 "dependencies": {
10 "async": "^1.4.2",
11 "debug": "^3.1.0",
12 "eureka-js-client": "^4.3.0",
13 "js2xmlparser": "^2.0.2",
14 "jsrsasign": "^7.2.0",
15 "lodash": "^4.17.10",
16 "lynx": "^0.2.0",
17 "minimatch": "^3.0.4",
18 "portastic": "^1.0.1",
19 "request": "^2.87.0",
20 "toobusy-js": "^0.5.1",
21 "volos-quota-common": "^0.11.6",
22 "volos-analytics-apigee": "^0.4.0",
23 "volos-cache-memory": "^0.10.0",
24 "volos-quota-apigee": "^0.13.0",
25 "volos-quota-memory": "^0.11.0",
26 "volos-spikearrest-memory": "^0.10.0",
27 "xml2js": "^0.4.17"
28 },
29 "devDependencies": {
30 "js-yaml": "^3.4.2",
31 "chai": "^2.3.0",
32 "config": "^1.13.0",
33 "mocha": "^5.2.0",
34 "supertest": "^3.1.0",
35 "jsonwebtoken": "^5.0.1",
36 "pem": "^1.7.2",
37 "volos-analytics-memory": "^0.2.0",
38 "volos-quota-memory": "^0.11.0"
39 }
40}