2014-11-06 22:32:19 +00:00
|
|
|
{
|
2020-07-17 05:19:07 +00:00
|
|
|
"version": "13.0.1",
|
2014-11-06 22:32:19 +00:00
|
|
|
"name": "twemoji",
|
2016-08-26 08:19:55 +00:00
|
|
|
"license": [
|
|
|
|
"MIT",
|
|
|
|
"CC-BY-4.0"
|
|
|
|
],
|
2021-03-12 21:48:45 +00:00
|
|
|
"description": "A Unicode 13.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": {
|
2019-05-29 20:55:21 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
2019-05-29 23:30:35 +00:00
|
|
|
"phantomjs-prebuilt": "^2.1.16",
|
2018-07-19 07:24:12 +00:00
|
|
|
"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"
|
|
|
|
},
|
2019-06-26 01:28:11 +00:00
|
|
|
"main": "./dist/twemoji.npm.js",
|
|
|
|
"module": "./dist/twemoji.esm.js",
|
|
|
|
"unpkg": "./dist/twemoji.min.js",
|
2014-11-06 22:32:19 +00:00
|
|
|
"scripts": {
|
2019-09-25 17:43:05 +00:00
|
|
|
"build": "./scripts/build.js",
|
2019-07-01 22:59:33 +00:00
|
|
|
"deploy": "./scripts/deploy.sh gh-pages",
|
2019-06-26 01:28:11 +00:00
|
|
|
"test": "phantomjs ./src/test/testrunner.js",
|
2019-07-01 22:59:33 +00:00
|
|
|
"prepublishOnly": "run-s build test deploy"
|
2019-04-04 00:38:15 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-06-26 02:55:51 +00:00
|
|
|
"fs-extra": "^8.0.1",
|
2019-06-27 23:45:07 +00:00
|
|
|
"jsonfile": "^5.0.0",
|
2020-05-09 00:07:58 +00:00
|
|
|
"twemoji-parser": "13.0.0",
|
2019-06-27 23:45:07 +00:00
|
|
|
"universalify": "^0.1.2"
|
2019-05-29 23:11:59 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2019-06-26 01:28:11 +00:00
|
|
|
"dist/twemoji*.js"
|
2019-05-29 23:11:59 +00:00
|
|
|
]
|
2014-11-06 22:32:19 +00:00
|
|
|
}
|