-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
50 lines (50 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
{
"name": "microgateway-plugins",
"version": "3.3.4",
"description": "Plugins for Apige Edge Microgateway",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "nyc ./node_modules/.bin/mocha -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apigee/microgateway-plugins.git"
},
"dependencies": {
"async": "^2.6.4",
"debug": "^3.1.0",
"dotenv": "^8.0.0",
"js2xmlparser": "^2.0.2",
"jsrsasign": "^11.1.0",
"lodash": "^4.17.19",
"lynx": "^0.2.0",
"minimatch": "^3.0.4",
"portastic": "^1.0.1",
"postman-request": "^2.88.1-postman.33",
"toobusy-js": "^0.5.1",
"volos-analytics-apigee": "^0.5.0",
"volos-cache-memory": "^0.10.0",
"volos-quota-apigee": "^0.14.1",
"volos-quota-common": "^0.11.12",
"volos-quota-memory": "^0.11.0",
"volos-quota-redis": "^0.11.6",
"volos-spikearrest-memory": "^0.10.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"chai": "^2.3.0",
"config": "^3.3.9",
"eslint": "^6.1.0",
"eslint-config-google": "^0.13.0",
"js-yaml": "^3.4.2",
"jshint-stylish": "^2.2.1",
"jsonwebtoken": "^9.0.1",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"pem": "^1.7.2",
"supertest": "^6.3.3",
"volos-analytics-memory": "^0.2.0"
}
}