bower.json 540 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "twemoji",
  3. "description": "A Unicode standard based way to implement emoji across all platforms.",
  4. "main": "./2/twemoji.amd.js",
  5. "ignore": [
  6. "*",
  7. "!2/72x72/*",
  8. "!2/svg/*",
  9. "!2/twemoji.js",
  10. "!2/twemoji.*.js",
  11. "!package.json",
  12. "!LICENSE",
  13. "!README.md"
  14. ],
  15. "twemoji": "git://github.com/twitter/twemoji.git#gh-pages",
  16. "homepage": "https://github.com/twitter/twemoji",
  17. "authors": [
  18. "Twitter, Inc."
  19. ],
  20. "moduleType": [
  21. "amd"
  22. ],
  23. "license": [
  24. "MIT",
  25. "CC-BY-4.0"
  26. ]
  27. }