UNPKG

emoji-from-text

Version:
49 lines 1.07 kB
{ "name": "emoji-from-text", "version": "1.1.13", "description": "Get relevant emoji for a given input text.", "main": "lib/index.js", "directories": { "example": "example" }, "dependencies": { "count-words-array": "^1.0.0", "emoji-from-word": "^1.2.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/emoji-from-text.git" }, "keywords": [ "emoji", "text", "relevant" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/emoji-from-text/issues" }, "homepage": "https://github.com/IonicaBizau/emoji-from-text#readme", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }