express-gateway-plugin-moesif
Version:
Moesif plugin for express gateway to enable API analytics
24 lines (23 loc) • 515 B
JSON
{
"name": "express-gateway-plugin-moesif",
"version": "1.0.1",
"description": "Moesif plugin for express gateway to enable API analytics",
"main": "manifest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"analytics",
"moesif",
"express",
"gateway"
],
"author": "support@moesif.com",
"license": "Apache-2.0",
"dependencies": {
"content-type": "^1.0.4",
"lodash": "^4.17.11",
"moesif-express": "^2.9.10"
}
}