mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 11:30:12 +00:00
28 lines
540 B
JSON
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"
|
|
]
|
|
}
|