0f73d6f7bd9faad071c94e112932c99c4e55d9a69e4dd88e43bd67ec46780185c3c7e588f3616523aefdc0fe4494844a8ad8b5c1973adc6a5b7a8c8c005c65 653 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "html-tags",
  3. "version": "2.0.0",
  4. "description": "List of standard HTML tags",
  5. "license": "MIT",
  6. "repository": "sindresorhus/html-tags",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=4"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js",
  20. "void.js",
  21. "html-tags.json",
  22. "html-tags-void.json"
  23. ],
  24. "keywords": [
  25. "html",
  26. "html5",
  27. "tags",
  28. "elements",
  29. "list",
  30. "whatwg",
  31. "w3c",
  32. "void",
  33. "self-closing"
  34. ],
  35. "devDependencies": {
  36. "ava": "*",
  37. "xo": "*"
  38. }
  39. }