Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

{ | |
"version": "12.1.4", | |
"name": "twemoji", | |
"license": [ | |
"MIT", | |
"CC-BY-4.0" | |
], | |
"description": "A Unicode 12.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": { | |
"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": "12.1.1", | |
"universalify": "^0.1.2" | |
}, | |
"files": [ | |
"dist/twemoji*.js" | |
] | |
} |