UNPKG

607 BJSONView Raw
1{
2 "name": "edgemicro-healthcheck",
3 "version": "1.0.0",
4 "description": "A basic plugin for healthcheck",
5 "dependencies": {
6 "debug": "^2.2.0",
7 "toobusy-js": "^0.5.1",
8 "portastic":"^1.0.1"
9 },
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/apigee/microgateway-plugins.git"
16 },
17 "author": "srinandan",
18 "license": "Apache 2.0",
19 "bugs": {
20 "url": "https://github.com/apigee/microgateway-plugins/issues"
21 },
22 "homepage": "https://github.com/apigee/microgateway-plugins#readme"
23}