mirror of https://github.com/jdecked/twemoji
22 lines
440 B
JSON
22 lines
440 B
JSON
{
|
|
"version": "1.3.2",
|
|
"name": "@twemoji/api",
|
|
"license": ["MIT", "CC-BY-4.0"],
|
|
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
|
"homepage": "https://github.com/jdecked/twemoji",
|
|
"keywords": [
|
|
"emoji",
|
|
"DOM",
|
|
"parser",
|
|
"images",
|
|
"retina",
|
|
"Twitter",
|
|
"unicode"
|
|
],
|
|
"repository": "jdecked/twemoji",
|
|
"main": "twemoji.js",
|
|
"scripts": [
|
|
"twemoji.js"
|
|
]
|
|
}
|