1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-29 01:18:52 +00:00
twemoji/bower.json

28 lines
540 B
JSON
Raw Permalink Normal View History

{
2014-11-06 23:01:58 +00:00
"name": "twemoji",
"description": "A Unicode standard based way to implement emoji across all platforms.",
2016-03-02 23:07:24 +00:00
"main": "./2/twemoji.amd.js",
2014-11-06 23:01:58 +00:00
"ignore": [
"*",
"!2/72x72/*",
"!2/svg/*",
"!2/twemoji.js",
"!2/twemoji.*.js",
"!package.json",
"!LICENSE",
"!README.md"
2014-11-06 23:01:58 +00:00
],
2015-11-16 08:58:52 +00:00
"twemoji": "git://github.com/twitter/twemoji.git#gh-pages",
2014-11-06 23:01:58 +00:00
"homepage": "https://github.com/twitter/twemoji",
"authors": [
"Twitter, Inc."
],
"moduleType": [
"amd"
],
"license": [
"MIT",
"CC-BY-4.0"
]
}