mirror of
https://github.com/twitter/twemoji.git
synced 2025-03-13 19:18:53 +00:00
Updated the links for the Unicode specs to reflect their finalized versions. Adjusts the versioning of the project to 2.X for larger releases and 2.3.X for smaller fixes.
36 lines
715 B
JSON
36 lines
715 B
JSON
{
|
|
"version": "2.3.1",
|
|
"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"
|
|
}
|
|
}
|