2014-11-06 22:32:19 +00:00
|
|
|
{
|
2015-11-17 11:12:53 +00:00
|
|
|
"version": "1.4.2",
|
2014-11-06 22:32:19 +00:00
|
|
|
"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": {
|
|
|
|
"uglify-js": ">= 0.0.0",
|
2016-02-28 11:37:17 +00:00
|
|
|
"phantomjs-prebuilt": ">= 0.0.0"
|
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"
|
|
|
|
},
|
|
|
|
"main": "./twemoji.npm.js",
|
|
|
|
"scripts": {
|
2016-02-28 12:53:01 +00:00
|
|
|
"test": "phantomjs testrunner.js && phantomjs 2/test/testrunner.js"
|
2014-11-06 22:32:19 +00:00
|
|
|
}
|
|
|
|
}
|