html-document
Version:
Partial implementation of document, HTMLElement for node
36 lines (35 loc) • 909 B
JSON
{
"name": "html-document",
"description": "Partial implementation of document, HTMLElement for node",
"keywords": [
"DOM",
"HTMLElement",
"document",
"element",
"html",
"parser",
"springbokjs"
],
"version": "0.8.1",
"repository": "christophehurpeau/html-document",
"homepage": "https://christophehurpeau.github.io/html-document/docs/",
"license": "MIT",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
"main": "./lib/Document.js",
"devDependencies": {
"proclaim": "^3.3",
"springbokjs-library": "^7.0.6"
},
"dependencies": {
"htmlparser2": "^3.8.3"
},
"scripts": {
"preversion": "make pre-version",
"version": "make version",
"prepublish": "make pre-publish",
"postpublish": "make post-publish",
"test": "make tests",
"build": "make build",
"watch": "make watch"
}
}