1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-03 03:18:58 +00:00
twemoji/package.json
2018-07-18 11:40:12 +02:00

38 lines
775 B
JSON

{
"version": "11.0.1",
"name": "twemoji",
"license": [
"MIT",
"CC-BY-4.0"
],
"description": "A Unicode 11.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",
"module": "./2/esm.js",
"unpkg": "./2/twemoji.min.js",
"scripts": {
"test": "phantomjs testrunner.js"
}
}