package.json 811 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "language-subtag-registry",
  3. "version": "0.3.22",
  4. "implements": [
  5. "CommonJS/Modules/1.0"
  6. ],
  7. "description": "Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.",
  8. "homepage": "https://github.com/mattcg/language-subtag-registry",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/mattcg/language-subtag-registry"
  12. },
  13. "contributors": [
  14. {
  15. "name": "Matthew Caruana Galizia",
  16. "email": "mattcg@gmail.com"
  17. },
  18. {
  19. "name": "Guillaume Gérard",
  20. "email": "guillaume.gerard88@gmail.com"
  21. }
  22. ],
  23. "license": "CC0-1.0",
  24. "scripts": {
  25. "test": "make test"
  26. },
  27. "files": [
  28. "data/json/*.json"
  29. ],
  30. "keywords": [
  31. "iana",
  32. "bcp47",
  33. "subtags",
  34. "rfc5646",
  35. "language"
  36. ],
  37. "devDependencies": {
  38. "jsonlint": "1.x.x"
  39. }
  40. }