| { | |
| "name": "edgemicro-plugin-cache", | |
| "version": "1.0.0", | |
| "description": "caching plugin for the gateway", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "mocha tests" | |
| }, | |
| "author": "sfeldman@apigee.com", | |
| "dependencies": { | |
| "async": "^1.5.2", | |
| "debug": "^2.2.0", | |
| "volos-cache-memory": "^0.10.0" | |
| }, | |
| "devDependencies": { | |
| "mocha": "^2.4.5", | |
| "should": "^8.2.1" | |
| } | |
| } |