mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 20:32:09 +00:00
6f3545b964
Adds the previously missing hair component assets. 1F9B0 Red hair 1F9B1 Curly hair 1F9B2 Bald 1F9B3 White hair
41 lines
833 B
JSON
41 lines
833 B
JSON
{
|
|
"version": "12.0.1",
|
|
"name": "twemoji",
|
|
"license": [
|
|
"MIT",
|
|
"CC-BY-4.0"
|
|
],
|
|
"description": "A Unicode 12.0 standard based way to implement emoji across all platforms.",
|
|
"homepage": "https://github.com/twitter/twemoji",
|
|
"keywords": [
|
|
"emoji",
|
|
"DOM",
|
|
"parser",
|
|
"images",
|
|
"retina",
|
|
"Twitter",
|
|
"unicode"
|
|
],
|
|
"devDependencies": {
|
|
"phantomjs-prebuilt": "^2.1.16",
|
|
"uglify-js": "2.6.2"
|
|
},
|
|
"author": {
|
|
"name": "Twitter, Inc.",
|
|
"web": "https://github.com/twitter/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/twitter/twemoji.git"
|
|
},
|
|
"main": "./2/twemoji.npm.js",
|
|
"module": "./2/esm.js",
|
|
"unpkg": "./2/twemoji.min.js",
|
|
"scripts": {
|
|
"test": "phantomjs testrunner.js"
|
|
},
|
|
"dependencies": {
|
|
"twemoji-parser": "12.0.0"
|
|
}
|
|
}
|