wemoji
Version:
Universal emoji database, drop-in replacement for gemoji.
37 lines (36 loc) • 824 B
JSON
{
"name": "wemoji",
"version": "1.0.1",
"description": "Universal emoji database, drop-in replacement for gemoji.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/wedgies/wemoji.git"
},
"keywords": [
"emoji",
"gemoji"
],
"author": "Pawel Szymczykowski",
"license": "ISC",
"bugs": {
"url": "https://github.com/wedgies/wemoji/issues"
},
"homepage": "https://github.com/wedgies/wemoji",
"devDependencies": {
"bower": "^1.4.0",
"csv": "^1.1.0",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-execute": "^0.2.2",
"jsonfile": "^2.0.0",
"mocha": "^3.1.2",
"nodemon": "^1.3.7",
"string.fromcodepoint": "^0.2.1"
},
"dependencies": {}
}