UNPKG

1.32 kBJSONView Raw
1{
2 "name": "microgateway-plugins",
3 "version": "3.0.8",
4 "description": "Plugins for Apige Edge Microgateway",
5 "license": "Apache-2.0",
6 "main": "index.js",
7 "scripts": {
8 "lint": "eslint .",
9 "test": "nyc ./node_modules/.bin/mocha -R spec"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/apigee/microgateway-plugins.git"
14 },
15 "dependencies": {
16 "async": "^1.4.2",
17 "debug": "^3.1.0",
18 "dotenv": "^8.0.0",
19 "eureka-js-client": "^4.3.0",
20 "js2xmlparser": "^2.0.2",
21 "jsrsasign": "^7.2.0",
22 "lodash": "^4.17.15",
23 "lynx": "^0.2.0",
24 "minimatch": "^3.0.4",
25 "portastic": "^1.0.1",
26 "request": "^2.87.0",
27 "toobusy-js": "^0.5.1",
28 "volos-analytics-apigee": "^0.4.0",
29 "volos-cache-memory": "^0.10.0",
30 "volos-quota-apigee": "^0.13.3",
31 "volos-quota-common": "^0.11.7",
32 "volos-quota-memory": "^0.11.0",
33 "volos-spikearrest-memory": "^0.10.0",
34 "xml2js": "^0.4.17"
35 },
36 "devDependencies": {
37 "chai": "^2.3.0",
38 "config": "^1.13.0",
39 "eslint": "^6.1.0",
40 "eslint-config-google": "^0.13.0",
41 "js-yaml": "^3.4.2",
42 "jshint-stylish": "^2.2.1",
43 "jsonwebtoken": "^5.0.1",
44 "mocha": "^5.2.0",
45 "nyc": "^14.1.1",
46 "pem": "^1.7.2",
47 "supertest": "^3.1.0",
48 "volos-analytics-memory": "^0.2.0"
49 }
50}