component.json 524 B

1234567891011121314151617181920212223242526
  1. {
  2. "version": "1.3.2",
  3. "name": "twemoji",
  4. "license": ["MIT", "CC-BY-4.0"],
  5. "description": "A Unicode standard based way to implement emoji across all platforms.",
  6. "homepage": "https://github.com/twitter/twemoji",
  7. "keywords": [
  8. "emoji",
  9. "DOM",
  10. "parser",
  11. "images",
  12. "retina",
  13. "Twitter",
  14. "unicode"
  15. ],
  16. "author": {
  17. "name": "Twitter, Inc.",
  18. "web": "https://github.com/twitter/"
  19. },
  20. "repository": "twitter/twemoji",
  21. "main": "twemoji.js",
  22. "scripts": [
  23. "twemoji.js"
  24. ]
  25. }