forked from lix-project/lix-website
29 lines
631 B
JSON
29 lines
631 B
JSON
{
|
|
"name": "void-elements",
|
|
"version": "2.0.1",
|
|
"description": "Array of \"void elements\" defined by the HTML specification.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test",
|
|
"prepublish": "node pre-publish.js > index.js"
|
|
},
|
|
"keywords": [
|
|
"html",
|
|
"void",
|
|
"elements"
|
|
],
|
|
"repository": "hemanth/void-elements",
|
|
"author": "hemanth.hm",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hemanth/void-elements/issues"
|
|
},
|
|
"homepage": "https://github.com/hemanth/void-elements",
|
|
"devDependencies": {
|
|
"cheerio": "^0.18.0"
|
|
}
|
|
}
|