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