1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-26 07:58:47 +00:00
twemoji/package.json
Justine De Caires d342dd4cfd v14.0.2
2022-03-30 19:20:08 -07:00

52 lines
1.1 KiB
JSON

{
"version": "14.0.2",
"name": "twemoji",
"license": [
"MIT",
"CC-BY-4.0"
],
"description": "A Unicode standard based way to implement emoji across all platforms.",
"homepage": "https://github.com/twitter/twemoji",
"keywords": [
"emoji",
"DOM",
"parser",
"images",
"retina",
"Twitter",
"unicode"
],
"devDependencies": {
"npm-run-all": "^4.1.5",
"phantomjs-prebuilt": "^2.1.16",
"uglify-js": "2.6.2"
},
"author": {
"name": "Twitter, Inc.",
"web": "https://github.com/twitter/"
},
"repository": {
"type": "git",
"url": "git://github.com/twitter/twemoji.git"
},
"main": "./dist/twemoji.npm.js",
"module": "./dist/twemoji.esm.js",
"unpkg": "./dist/twemoji.min.js",
"scripts": {
"build": "./scripts/build.js",
"deploy": "./scripts/deploy.sh gh-pages",
"test": "phantomjs ./src/test/testrunner.js",
"prepublishOnly": "run-s build test deploy"
},
"dependencies": {
"fs-extra": "^8.0.1",
"jsonfile": "^5.0.0",
"twemoji-parser": "14.0.0",
"universalify": "^0.1.2"
},
"files": [
"dist/twemoji*.js",
"index.d.ts"
]
}