UNPKG

hapi-api-version

Version:
40 lines (39 loc) 867 B
{ "name": "hapi-api-version", "version": "2.3.1", "description": "An API versioning plugin for hapi.", "main": "index.js", "scripts": { "test": "lab -a @hapi/code -t 100 -L -v --lint-fix", "test-coverage": "lab -c -a @hapi/code -r html -o coverage/coverage.html" }, "repository": { "type": "git", "url": "https://github.com/p-meier/hapi-api-version.git" }, "keywords": [ "hapi", "hapijs", "api", "versioning" ], "author": "Patrick Meier", "license": "Apache-2.0", "engines": { "node": ">=8.12.0" }, "peerDependencies": { "@hapi/hapi": ">=17.x.x" }, "devDependencies": { "@hapi/hapi": "18.x.x", "@hapi/code": "5.x.x", "@hapi/lab": "19.x.x" }, "dependencies": { "@hapi/boom": "^7.4.2", "@hapi/hoek": "^8.0.2", "@hapi/joi": "^15.1.0", "media-type": "^0.3.1" } }