mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-16 20:25:58 +00:00
7c1d3e953d
Visual changes to the following emojis: * Eyes * Angry Face With Horns * Smiling Face With Horns * Magnifying Glass Tilted Left * Magnifying Glass Tilted Right * Kitchen Knife * Pistol * Crystal Ball * Coat * Alembic
36 lines
715 B
JSON
36 lines
715 B
JSON
{
|
|
"version": "2.6.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"
|
|
}
|
|
}
|