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

50 lines
1.1 KiB
JSON
Raw Normal View History

{
2019-05-30 00:10:54 +00:00
"version": "12.0.4",
"name": "twemoji",
2016-08-26 08:19:55 +00:00
"license": [
"MIT",
"CC-BY-4.0"
],
Twemoji 12.0 update Adds support for the new emojis included in Unicode 12.0/Emoji 12.0. Additions to Twemoji with this release include: * Yawning Face * Brown Heart * White Heart * Pinching Hand * Mechanical Arm * Mechanical Leg * Ear With Hearing Aid * Deaf Person * Deaf Man * Deaf Woman * Person Standing * Man Standing * Woman Standing * Person Kneeling * Man Kneeling * Woman Kneeling * Man With Probing Cane * Woman With Probing Cane * Man in Motorized Wheelchair * Woman in Motorized Wheelchair * Man in Manual Wheelchair * Woman in Manual Wheelchair * People Holding Hands (skin tone combinations) * Women Holding Hands (skin tone combinations) * Woman and Man Holding Hands (skin tone combinations) * Men Holding Hands (skin tone combinations) * Orangutan * Guide Dog * Service Dog * Sloth * Otter * Skunk * Flamingo * Garlic * Onion * Waffle * Falafel * Butter * Oyster * Beverage Box * Maté * Ice Cube * Hindu Temple * Manual Wheelchair * Motorized Wheelchair * Auto Rickshaw * Parachute * Ringed Planet * Diving Mask * Yo-Yo * Kite * Safety Vest * Sari * One-Piece Swimsuit * Briefs * Shorts * Ballet Shoes * Banjo * Diya Lamp * Axe * Probing Cane * Drop of Blood * Adhesive Bandage * Stethoscope * Chair * Razor * Orange Circle * Yellow Circle * Green Circle * Purple Circle * Brown Circle * Red Square * Orange Square * Yellow Square * Green Square * Blue Square * Purple Square * Brown Square Plus an additional tweak to the guitar to make it actually a guitar and not a bass guitar.
2019-04-04 22:42:48 +00:00
"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": {
2019-05-29 20:55:21 +00:00
"npm-run-all": "^4.1.5",
2019-05-29 23:30:35 +00:00
"phantomjs-prebuilt": "^2.1.16",
2018-07-19 07:24:12 +00:00
"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": "./dist/twemoji.npm.js",
"module": "./dist/twemoji.esm.js",
"unpkg": "./dist/twemoji.min.js",
"scripts": {
"version": "yarn version",
"build": "./scripts/generate",
"test": "phantomjs ./src/test/testrunner.js",
"deploy": "./scripts/deploy.sh gh-pages",
"prepublishOnly": "run-s version build test deploy"
2019-04-04 00:38:15 +00:00
},
"dependencies": {
"fs-extra": "^8.0.1",
2019-04-04 00:38:15 +00:00
"twemoji-parser": "12.0.0"
},
"files": [
"dist/twemoji*.js"
]
}