UNPKG

inert

Version:

Static file and directory handlers plugin for hapi.js

33 lines (32 loc) 689 B
{ "name": "inert", "description": "Static file and directory handlers plugin for hapi.js", "version": "5.1.3", "repository": "https://github.com/hapijs/inert.git", "main": "lib/index.js", "keywords": [ "file", "directory", "handler", "hapi", "plugin" ], "dependencies": { "ammo": "3.x.x", "boom": "7.x.x", "bounce": "1.x.x", "hoek": "6.x.x", "joi": "14.x.x", "lru-cache": "4.1.x" }, "devDependencies": { "code": "5.x.x", "hapi": "18.x.x", "lab": "18.x.x" }, "scripts": { "test": "lab -f -a code -t 100 -L", "test-cov-html": "lab -f -a code -r html -o coverage.html" }, "license": "BSD-3-Clause" }