html-to-element
Version:
Converts HTML from string to js dom element.
40 lines (39 loc) • 1.04 kB
JSON
{
"name": "html-to-element",
"version": "1.0.0",
"description": "Converts HTML from string to js dom element.",
"main": "lib",
"jsnext:main": "src",
"scripts": {
"build": "npm run clean && npm run transpile",
"clean": "rimraf lib",
"prepublish": "npm run build",
"transpile": "babel src --out-dir lib"
},
"keywords": [
"html-to-element",
"dom",
"dom-element",
"html",
"es6",
"middleware"
],
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"rimraf": "^2.5.4"
},
"author": "Kevin Mathmann",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://kmathmann@github.com/kmathmann/html-to-element.git"
},
"bugs": {
"url": "https://github.com/kmathmann/html-to-element/issues"
},
"homepage": "https://github.com/kmathmann/html-to-element#readme"
}