UNPKG

swaggerize-hapi

Version:

Design-driven apis with OpenAPI (swagger) 2.0 and hapi.

54 lines (53 loc) 1.18 kB
{ "name": "swaggerize-hapi", "description": "Design-driven apis with OpenAPI (swagger) 2.0 and hapi.", "version": "4.2.1", "author": "Trevor Livingston <tlivings@gmail.com>", "repository": { "type": "git", "url": "git://github.com/krakenjs/swaggerize-hapi.git" }, "bugs": "http://github.com/krakenjs/swaggerize-hapi/issues", "publishConfig": { "registry": "https://registry.npmjs.org" }, "engines": { "node": ">=8" }, "dependencies": { "hapi-openapi": "^1.0.0", "hoek": "^5.0.2", "joi": "^13.0.2" }, "devDependencies": { "boom": "^7.1.1", "eslint": "^4.13.1", "eslint-config-hapi": "^11.1.0", "eslint-plugin-hapi": "^4.1.0", "hapi": "^17.0.0", "istanbul": "^0.4.5", "tape": "^4.8.0" }, "scripts": { "test": "tape test/*.js", "cover": "istanbul cover tape -- test/*.js", "lint": "eslint lib" }, "license": "Apache-2.0", "main": "./lib/index", "keywords": [ "openapi", "swagger", "swagger 2.0", "swagger-node", "swagger-express", "swagger-ui", "swagger-hapi", "swaggerize", "hapi", "rest", "restful", "service", "api" ] }