mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 11:30:12 +00:00
26 lines
524 B
JSON
26 lines
524 B
JSON
{
|
|
"version": "1.1.1",
|
|
"name": "twemoji",
|
|
"license": ["MIT", "CC-BY-4.0"],
|
|
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
|
"homepage": "https://github.com/twitter/twemoji",
|
|
"keywords": [
|
|
"emoji",
|
|
"DOM",
|
|
"parser",
|
|
"images",
|
|
"retina",
|
|
"Twitter",
|
|
"unicode"
|
|
],
|
|
"author": {
|
|
"name": "Twitter, Inc.",
|
|
"web": "https://github.com/twitter/"
|
|
},
|
|
"repository": "twitter/twemoji",
|
|
"main": "twemoji.js",
|
|
"scripts": [
|
|
"twemoji.js"
|
|
]
|
|
}
|