UNPKG

hapi-etags

Version:

A plugin for hapi.js that generates etags for your responses

34 lines (33 loc) 738 B
{ "name": "hapi-etags", "version": "0.1.0", "description": "A plugin for hapi.js that generates etags for your responses", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/mtharrison/hapi-etags" }, "keywords": [ "etags", "hapi", "caching" ], "author": "Matt Harrison", "license": "MIT", "bugs": { "url": "https://github.com/mtharrison/hapi-etags/issues" }, "homepage": "https://github.com/mtharrison/hapi-etags", "devDependencies": { "hapi": "^8.4.0", "handlebars": "^3.0.3" }, "dependencies": { "boom": "^2.7.1", "hoek": "^2.13.0", "joi": "^6.4.1" } }