1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-03 03:18:58 +00:00
twemoji/bower.json
2016-04-12 10:57:50 -07:00

53 lines
1009 B
JSON

{
"name": "twemoji",
"description": "A Unicode standard based way to implement emoji across all platforms.",
"main": "./2/twemoji.amd.js",
"ignore": [
".git",
".gitignore",
".npmignore",
"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",
"**/.*",
"node_modules/",
"bower_components/",
"test",
"tests"
],
"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"
]
}