emojer
Version:
Emojify all the things.
49 lines • 971 B
JSON
{
"name": "emojer",
"version": "1.1.6",
"description": "Emojify all the things.",
"main": "lib/index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/emojer.git"
},
"keywords": [
"emoji",
"emojify",
"generate"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/emojer/issues"
},
"homepage": "https://github.com/IonicaBizau/emojer#readme",
"dependencies": {
"barbe": "^2.2.1",
"match-all": "^1.1.1",
"regex-emoji": "^2.0.1"
},
"devDependencies": {
"tester": "^1.3.1"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}