1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00
twemoji/bower.json

53 lines
1009 B
JSON
Raw 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": [
".git",
".gitignore",
".npmignore",
2016-04-12 17:57:50 +00:00
"16x16/",
"36x36/",
"72x72/",
"assets/",
"1/",
"2/72x72/",
"2/assets/",
"build/",
"component.json",
"node_modules/",
"index.html",
"package.json",
"preview-generator.js",
"preview-template.html",
"svg.sh",
"test.html",
"test.js",
"twemoji-generator.js",
"twemoji-dist.js",
"twemoji.js",
"twemoji.min.js",
"twemoji.npm.js",
"2/twemoji.js",
"2/twemoji.min.js",
"2/twemoji.npm.js",
2014-11-06 23:01:58 +00:00
"**/.*",
2016-04-12 17:57:50 +00:00
"node_modules/",
"bower_components/",
2014-11-06 23:01:58 +00:00
"test",
"tests"
],
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"
]
}