UNPKG

genel

Version:

Tagged template literal utility for generating html elements.

47 lines (46 loc) 1.11 kB
{ "name": "genel", "version": "1.1.2", "description": "Tagged template literal utility for generating html elements.", "main": "dist.js", "scripts": { "test": "npm run dist && kocha test.js", "lint": "standard", "fix": "standard --fix", "dist": "rollup --config rollup.config.js | uglifyjs -c -m > dist.js", "size": "npm run dist && gzip-size dist.js --raw" }, "repository": { "type": "git", "url": "git+https://github.com/capsidjs/genel.git" }, "keywords": [ "dom", "element", "html", "tagged-template-literal", "utility" ], "author": "Yoshiya Hinosawa", "license": "MIT", "bugs": { "url": "https://github.com/capsidjs/genel/issues" }, "homepage": "https://github.com/capsidjs/genel#readme", "devDependencies": { "gzip-size-cli": "^3.0.0", "html-tags": "^2.0.0", "jsdom": "^13.1.0", "kocha": "^1.8.1", "power-assert": "^1.4.4", "rollup": "^1.0.0", "rollup-plugin-buble": "^0.19.6", "standard": "^12.0.1", "uglify-js": "^3.1.2" }, "standard": { "ignore": [ "dist.js" ] } }