UNPKG

posthtml-custom-elements

Version:
45 lines (44 loc) 1.16 kB
{ "name": "posthtml-custom-elements", "version": "1.1.2", "description": "PostHTML plugin. Use HTML Custom Element now.", "main": "index.js", "scripts": { "test": "npm run lint && mocha -R dot && npm run cover", "clean": "rm -rf coverage jsdoc-api", "cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap", "lint": "jshint . && jscs ." }, "repository": { "type": "git", "url": "git+https://github.com/posthtml/posthtml-custom-elements.git" }, "keywords": [ "posthtml", "plugin", "html", "xml", "custom-elements", "processor", "htmlnext", "transforming", "transform", "manipulation", "preprocessor", "parser" ], "author": "Ivan Voischev <voischev.ivan@ya.ru>", "license": "MIT", "bugs": { "url": "https://github.com/posthtml/posthtml-custom-elements/issues" }, "homepage": "https://github.com/posthtml/posthtml-custom-elements#readme", "devDependencies": { "chai": "^3.2.0", "istanbul": "^0.4.2", "jscs": "^3.0.7", "jshint": "^2.8.0", "mocha": "^3.2.0", "posthtml": "^0.9.2" } }