1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-08 13:58:56 +00:00
twemoji/package.json
Bryan Haggerty 57423ac791 Twemoji 2.7 update
Visual changes to the following emojis:
* Monkey Face
* See-No-Evil Monkey
* Speak-No-Evil Monkey
* Hear-No-Evil Monkey
* Umbrella
* Closed Umbrella
* Umbrella With Rain Drops
* Beach With Umbrella
* Video Game
* Tent
* Camping
* House
* Houses
* House With Garden
* Derelict House
* Desert
* Desert Island
* Palm Tree
* Door
* Shrimp
* Butterfly
* Cucumber
* Man’s Shoe
* Running Shoe
* Chart Increasing
* Chart Decreasing
* Bar Chart
* Smiling Face With Halo
* Face Savoring Food
* Face Blowing a Kiss
* Sleeping Face
* Face With Thermometer
2018-05-17 16:15:56 -07:00

36 lines
715 B
JSON

{
"version": "2.7.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"
}
}