1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00
twemoji/package.json

33 lines
700 B
JSON
Raw Normal View History

{
"version": "2.1.2",
"name": "twemoji",
"license": ["MIT", "CC-BY-4.0"],
"description": "A Unicode 9 standard based way to implement emoji across all platforms.",
"homepage": "https://github.com/twitter/twemoji",
"keywords": [
"emoji",
"DOM",
"parser",
"images",
"retina",
"Twitter",
"unicode"
],
"devDependencies": {
2016-02-28 17:52:30 +00:00
"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"
},
2016-03-01 18:25:41 +00:00
"main": "./2/twemoji.npm.js",
"scripts": {
2016-02-28 18:22:34 +00:00
"test": "phantomjs testrunner.js"
}
}