UNPKG

1.08 kBJSONView Raw
1{
2 "name": "microgateway-plugins",
3 "version": "2.5.37",
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 "memored": "^1.1.1",
18 "minimatch": "^3.0.4",
19 "portastic": "^1.0.1",
20 "request": "^2.87.0",
21 "toobusy-js": "^0.5.1",
22 "volos-quota-common": "^0.11.6",
23 "volos-analytics-apigee": "^0.4.0",
24 "volos-cache-memory": "^0.10.0",
25 "volos-quota-apigee": "^0.13.0",
26 "volos-quota-memory": "^0.11.0",
27 "volos-spikearrest-memory": "^0.10.0",
28 "xml2js": "^0.4.17"
29 },
30 "devDependencies": {
31 "js-yaml": "^3.4.2",
32 "chai": "^2.3.0",
33 "config": "^1.13.0",
34 "mocha": "^5.2.0",
35 "supertest": "^3.1.0",
36 "jsonwebtoken": "^5.0.1",
37 "pem": "^1.7.2",
38 "volos-analytics-memory": "^0.2.0",
39 "volos-quota-memory": "^0.11.0"
40 }
41}