bot-emoji
Version:
simple emoji support for node.js projects
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "bot-emoji",
"version": "1.0.3",
"description": "simple emoji support for node.js projects",
"author": "hai liang wang <hailiang.hl.wang@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/Samurais/bot-emoji.git"
},
"keywords": [
"emoji",
"simple",
"emoticons",
"emoticon",
"emojis",
"smiley",
"smileys",
"smilies",
"ideogram",
"ideograms",
"表情",
"表情包"
],
"bugs": {
"url": "https://github.com/Samurias/bot-emoji/issues"
},
"dependencies": {
"debug": "^2.6.7",
"string.prototype.codepointat": "^0.2.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"should": "^11.1.0"
},
"scripts": {
"coverage": "./node_modules/.bin/istanbul cover _mocha test",
"emojiparse": "node lib/emojiparse.js",
"test": "./node_modules/.bin/mocha --require should --bail --reporter spec test/bot-emoji.test.js",
"prepublish": "npm run test"
},
"main": "index.js",
"license": "MIT"
}