package.json 631 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "void-elements",
  3. "version": "2.0.1",
  4. "description": "Array of \"void elements\" defined by the HTML specification.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test",
  8. "prepublish": "node pre-publish.js > index.js"
  9. },
  10. "keywords": [
  11. "html",
  12. "void",
  13. "elements"
  14. ],
  15. "repository": "hemanth/void-elements",
  16. "author": "hemanth.hm",
  17. "engines": {
  18. "node": ">=0.10.0"
  19. },
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/hemanth/void-elements/issues"
  23. },
  24. "homepage": "https://github.com/hemanth/void-elements",
  25. "devDependencies": {
  26. "cheerio": "^0.18.0"
  27. }
  28. }