forked from apigee/microgateway-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "microgateway-plugins",
"version": "2.5.33",
"description": "Plugins for Apige Edge Microgateway",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
},
"dependencies": {
"async": "^1.4.2",
"debug": "^3.1.0",
"eureka-js-client": "^4.3.0",
"js2xmlparser": "^2.0.2",
"jsrsasign": "^7.2.0",
"lodash": "^4.17.10",
"lynx": "^0.2.0",
"memored": "^1.1.1",
"minimatch": "^3.0.4",
"portastic": "^1.0.1",
"request": "^2.87.0",
"toobusy-js": "^0.5.1",
"volos-quota-common": "^0.14.1",
"volos-analytics-apigee": "^0.4.0",
"volos-cache-memory": "^0.10.0",
"volos-quota-apigee": "^0.13.0",
"volos-quota-memory": "^0.11.0",
"volos-spikearrest-memory": "^0.10.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"js-yaml": "^3.4.2",
"chai": "^2.3.0",
"config": "^1.13.0",
"mocha": "^5.2.0",
"supertest": "^3.1.0",
"jsonwebtoken": "^5.0.1",
"pem": "^1.7.2",
"volos-analytics-memory": "^0.2.0",
"volos-quota-memory": "^0.11.0"
}
}