1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-26 07:58:47 +00:00
twemoji/bower.json
2016-09-05 16:49:59 +02:00

28 lines
540 B
JSON

{
"name": "twemoji",
"description": "A Unicode standard based way to implement emoji across all platforms.",
"main": "./2/twemoji.amd.js",
"ignore": [
"*",
"!2/72x72/*",
"!2/svg/*",
"!2/twemoji.js",
"!2/twemoji.*.js",
"!package.json",
"!LICENSE",
"!README.md"
],
"twemoji": "git://github.com/twitter/twemoji.git#gh-pages",
"homepage": "https://github.com/twitter/twemoji",
"authors": [
"Twitter, Inc."
],
"moduleType": [
"amd"
],
"license": [
"MIT",
"CC-BY-4.0"
]
}