2014-11-06 22:32:19 +00:00
|
|
|
{
|
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": [
|
2016-09-05 13:41:30 +00:00
|
|
|
"*",
|
|
|
|
"!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"
|
|
|
|
]
|
2014-11-06 22:32:19 +00:00
|
|
|
}
|