html-element
Version:
A simple HTMLElement shim on the server.
37 lines (36 loc) • 797 B
JSON
{
"name": "html-element",
"version": "2.3.1",
"homepage": "https://github.com/1N50MN14/html-element",
"keywords": [
"html-element",
"HTMLElement",
"element",
"shim"
],
"repository": {
"type": "git",
"url": "git://github.com/1N50MN14/html-element.git"
},
"author": "ins0mnia <ayman.mackouly@gmail.com> (http://github.com/1N50MN14)",
"license": "MIT",
"readmeFilename": "README.md",
"description": "A simple HTMLElement shim on the server.",
"gitHead": "a66ce0f12852e135f238ad797380c06ef2c7df95",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"directories": {
"test": "test"
},
"dependencies": {
"class-list": "~0.1.1"
},
"devDependencies": {
"tap": "^6.3.0"
},
"engines": {
"node": ">=4.2"
}
}