hapi-swagger-static
Advanced tools
Comparing version
{ | ||
"name": "hapi-swagger-static", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A small companion plugin for `hapi-swagger` or `hapi-swaggered` providing a static html documentation page as hapi route", | ||
@@ -39,3 +39,3 @@ "main": "src/index.js", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.18.2", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
@@ -47,16 +47,16 @@ "eslint-plugin-import": "^2.9.0", | ||
"eslint-plugin-should-promised": "^2.0.0", | ||
"hapi": "^17.2.2", | ||
"hapi": "^17.2.3", | ||
"hapi-swagger": "^9.1.1", | ||
"inert": "^5.1.0", | ||
"mocha": "^5.0.4", | ||
"nyc": "^11.4.1", | ||
"sinon": "^4.4.2", | ||
"mocha": "^5.0.5", | ||
"nyc": "^11.6.0", | ||
"sinon": "^4.4.9", | ||
"sinon-chai": "^3.0.0", | ||
"vision": "^5.3.1" | ||
"vision": "^5.3.2" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.5.1", | ||
"openapi2html": "^1.0.0", | ||
"openapi2html": "^1.1.0", | ||
"swagger-parser": "^4.0.2" | ||
} | ||
} |
265
29.9%Updated