UNPKG

as-html

Version:

HTML templating with es6 quasi literals.

38 lines (37 loc) 861 B
{ "name": "as-html", "description": "HTML templating with es6 quasi literals.", "version": "2.0.1", "author": "Dylan Piercey <pierceydylan@gmail.com>", "bin": "index.js", "bugs": "https://github.com/DylanPiercey/as-html/issues", "dependencies": { "escape-html": "^1.0.3" }, "devDependencies": { "snazzy": "^4.0.0", "standard": "^7.1.2", "tap-spec": "^4.1.1", "tape": "^4.5.1" }, "homepage": "https://github.com/DylanPiercey/as-html", "keywords": [ "as-html", "html", "literal", "quasi", "template", "templating", "test" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/DylanPiercey/as-html" }, "scripts": { "lint": "standard --verbose | snazzy", "test": "npm run lint && tape ./test/*.test.js | tap-spec" } }