1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-04 13:49:45 +00:00
twemoji/package.json
Bryan Haggerty 8b6c9d853e Twemoji 2.5 update
Visual changes to the following emojis:
* Beer Mug
* Clinking Beer Mugs
* Jack-O-Lantern
* Eyes
* Clapping Hands
* Crown
* Glasses
* Heart With Arrow
* Man Gesturing OK
* Raising Hands
* Police Car Light
* Clinking Glasses
* Ballot Box With Check
* White Heavy Check Mark
* Heavy Check Mark
* Radio Button
* Index Pointing Up
* Eagle
* Microscope
* Crystal Ball
* Speaking Head
* Waving Hand
* Leaf Fluttering in Wind

Major optimizations to all assets to reduce file size and simplify SVG
structure.
2018-02-22 22:54:19 -08:00

36 lines
715 B
JSON

{
"version": "2.5.0",
"name": "twemoji",
"license": [
"MIT",
"CC-BY-4.0"
],
"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": {
"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"
}
}