UNPKG

html-tag

Version:

Generate HTML elements from a javascript object.

72 lines (71 loc) 1.3 kB
{ "name": "html-tag", "description": "Generate HTML elements from a javascript object.", "version": "2.0.0", "homepage": "https://github.com/jonschlinkert/html-tag", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/html-tag", "bugs": { "url": "https://github.com/jonschlinkert/html-tag/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "is-self-closing": "^1.0.1", "kind-of": "^6.0.0" }, "devDependencies": { "gulp-format-md": "^1.0.0", "mocha": "^3.2.0" }, "keywords": [ "attr", "attribute", "attributes", "create", "ele", "element", "elements", "generate", "handlebars", "helper", "helpers", "href", "html", "src", "tag", "template", "url" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "breakdance", "html-toc", "is-self-closing", "remarkable", "self-closing-tags" ] }, "lint": { "reflinks": true } } }