mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
f29ad659af
Emojis which are primarily representations of hands are all now right handed to better align with other popular emoji sets. The menorah emoji has been updated to include the proper number of candles.
36 lines
712 B
JSON
36 lines
712 B
JSON
{
|
|
"version": "2.2.3",
|
|
"name": "twemoji",
|
|
"license": [
|
|
"MIT",
|
|
"CC-BY-4.0"
|
|
],
|
|
"description": "A Unicode 9 standard based way to implement emoji across all platforms.",
|
|
"homepage": "https://github.com/twitter/twemoji",
|
|
"keywords": [
|
|
"emoji",
|
|
"DOM",
|
|
"parser",
|
|
"images",
|
|
"retina",
|
|
"Twitter",
|
|
"unicode"
|
|
],
|
|
"devDependencies": {
|
|
"uglify-js": "2.6.2",
|
|
"phantomjs-prebuilt": "2.1.4"
|
|
},
|
|
"author": {
|
|
"name": "Twitter, Inc.",
|
|
"web": "https://github.com/twitter/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/twitter/twemoji.git"
|
|
},
|
|
"main": "./2/twemoji.npm.js",
|
|
"scripts": {
|
|
"test": "phantomjs testrunner.js"
|
|
}
|
|
}
|