1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +00:00
twemoji/package.json
Bryan Haggerty 44dea3c25f Twemoj 11.1 update
This update includes adjustments to the following emoji artwork:

* Flag of China
* Foggy
* Waxing crescent moon symbol
* First quarter moon symbol
* Waxing gibbous moon symbol
* Full moon symbol
* Waning gibbous moon symbol
* Last quarter moon symbol
* Waning crescent moon symbol
* Crescent moon
* First quarter moon with face
* Last quarter moon with face
* Full moon with face
* Fog
* Moon viewing ceremony
* Dolphin
* Cat face
* Spouting whale
* Bust in silhouette
* Busts in silhouette
* Couple with heart (man, man)
* Kiss (man, man)
* Couple with heart
* Couple with heart (woman, woman)
* Kiss
* Kiss (woman, woman)
* Kiss mark
* Love letter
* Wedding
* Beating heart
* Broken heart
* Two hearts
* Sparkling heart
* Growing heart
* Heart with arrow
* Heart with ribbon
* Revolving hearts
* Heart decoration
* Raised hand with fingers splayed
* Speaking head in silhouette
* Smiling face with heart-shaped eyes
* Face throwing a kiss
* Disappointed face
* Smiling cat face with heart-shaped eyes
* Woman gesturing not ok
* Man gesturing not ok
* Robot face
* Raised back of hand
* Prince
* Smiling face with 3 hearts
* Raccoon
* Lobster
* Petri dish
* Heart suit
* Diamond suit
* Raised hand
* Heavy heart exclamation mark ornament
* Heavy red heart
2018-08-10 13:56:57 -07:00

38 lines
777 B
JSON

{
"version": "11.1.0",
"name": "twemoji",
"license": [
"MIT",
"CC-BY-4.0"
],
"description": "A Unicode 11.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"
}
}