2014-11-06 22:32:19 +00:00
|
|
|
{
|
2019-04-03 23:25:33 +00:00
|
|
|
"version": "11.4.0",
|
2014-11-06 22:32:19 +00:00
|
|
|
"name": "twemoji",
|
2016-08-26 08:19:55 +00:00
|
|
|
"license": [
|
|
|
|
"MIT",
|
|
|
|
"CC-BY-4.0"
|
|
|
|
],
|
2018-06-05 21:00:34 +00:00
|
|
|
"description": "A Unicode 11.0 standard based way to implement emoji across all platforms.",
|
2014-11-06 22:32:19 +00:00
|
|
|
"homepage": "https://github.com/twitter/twemoji",
|
|
|
|
"keywords": [
|
|
|
|
"emoji",
|
|
|
|
"DOM",
|
|
|
|
"parser",
|
|
|
|
"images",
|
|
|
|
"retina",
|
|
|
|
"Twitter",
|
|
|
|
"unicode"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2018-07-19 07:24:12 +00:00
|
|
|
"phantomjs-prebuilt": "^2.1.16",
|
|
|
|
"uglify-js": "2.6.2"
|
2014-11-06 22:32:19 +00:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Twitter, Inc.",
|
|
|
|
"web": "https://github.com/twitter/"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/twitter/twemoji.git"
|
|
|
|
},
|
2016-03-01 18:25:41 +00:00
|
|
|
"main": "./2/twemoji.npm.js",
|
2018-07-18 09:40:12 +00:00
|
|
|
"module": "./2/esm.js",
|
|
|
|
"unpkg": "./2/twemoji.min.js",
|
2014-11-06 22:32:19 +00:00
|
|
|
"scripts": {
|
2016-02-28 18:22:34 +00:00
|
|
|
"test": "phantomjs testrunner.js"
|
2019-04-04 00:38:15 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"twemoji-parser": "12.0.0"
|
2014-11-06 22:32:19 +00:00
|
|
|
}
|
|
|
|
}
|