UNPKG

ehp

Version:

A simple express html pass-thru view

36 lines (34 loc) 703 B
{ "name": "ehp", "version": "1.0.4", "description": "A simple express html pass-thru view", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/ahmed-masud/ehp.git" }, "keywords": [ "express", "views", "html", "passthru", "passthrough" ], "author": "Ahmed Masud <ahmed.masud@trustifier.com> (https://trustifier.com)", "license": "MIT", "bugs": { "url": "https://github.com/ahmed-masud/ehp/issues" }, "homepage": "https://github.com/ahmed-masud/ehp#readme", "dependencies" : { }, "devDependencies": { "mocha": "^2.2.5" }, "engines" : { "node" : ">=0.10.0" } }