1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-19 19:27:16 +00:00
twemoji/package.json

36 lines
715 B
JSON
Raw Normal View History

{
"version": "2.7.0",
"name": "twemoji",
2016-08-26 08:19:55 +00:00
"license": [
"MIT",
"CC-BY-4.0"
],
Unicode 10.0/Emoji 5.0 additions + modifications to a subset of existing emojis Adds new emojis based on the finalized [Emoji 5.0 spec](http://unicode.org/reports/tr51/index.html). Modifications to some existing emojis included as well, see change list below for specifics. This change also moves the Twemoji version number to 2.3. ### New * Star-Struck * Face With Raised Eyebrow * Exploding Head * Crazy Face * Face With Symbols Over Mouth * Face Vomiting * Shushing Face * Face With Hand Over Mouth * Face With Monocle * Child * Adult * Older Adult * Woman With Headscarf * Bearded Person * Breast-Feeding * Mage * Woman Mage * Man Mage * Fairy * Woman Fairy * Man Fairy * Vampire * Woman Vampire * Man Vampire * Merperson * Mermaid * Merman * Elf * Woman Elf * Man Elf * Genie * Woman Genie * Man Genie * Zombie * Woman Zombie * Man Zombie * Person in Steamy Room * Woman in Steamy Room * Man in Steamy Room * Person Climbing * Woman Climbing * Man Climbing * Person in Lotus Position * Woman in Lotus Position * Man in Lotus Position * Love-You Gesture * Palms Up Together * Brain * Orange Heart * Scarf * Gloves * Coat * Socks * Billed Cap * Zebra * Giraffe * Hedgehog * Sauropod * T-Rex * Cricket * Coconut * Broccoli * Pretzel * Cut of Meat * Sandwich * Bowl With Spoon * Canned Food * Dumpling * Fortune Cookie * Takeout Box * Pie * Cup With Straw * Chopsticks * Flying Saucer * Sled * Curling Stone * Flag for England * Flag for Scotland * Flag for Wales ### Modified * Index Pointing Up * Person Facepalming * Man in Business Suit Levitating * Person Getting Massage * Hamburger * Ogre * Full Moon With Face * New Moon Face * First Quarter Moon With Face * Last Quarter Moon With Face * Japanese "vacancy" button
2017-05-23 21:10:35 +00:00
"description": "A Unicode 10.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": {
2016-02-28 17:52:30 +00:00
"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"
},
2016-03-01 18:25:41 +00:00
"main": "./2/twemoji.npm.js",
"scripts": {
2016-02-28 18:22:34 +00:00
"test": "phantomjs testrunner.js"
}
}