-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "emoji-whisperer",
"version": "1.2.0",
"description": "Package to help you find the perfect emoji based on contextual analysis. Returns set of emojis that closely match the intended sentiment or meaning. Ideal for social media posts, chat bots, or any other text that can benefit with expressive emojis. Start transforming your text into a more engaging and emotive form with emoji-whisperer",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/MagnusCardell/emoji-whisperer.git"
},
"keywords": [
"emoji",
"text-analytics",
"suggestion",
"emoji-synonym",
"emoji-analysis",
"text-to-emoji",
"contextual-analysis",
"sentiment-analysis",
"emoji-library",
"emoji-finder",
"emoji-tool",
"emoji-context",
"social-media",
"chat-bot",
"text-enhancement",
"emotive-text",
"emoji-translation",
"emojis",
"text",
"emoji-generator",
"social",
"emotive",
"engaging",
"transforming"
],
"author": "Magnus Cardell",
"license": "ISC",
"bugs": {
"url": "https://github.com/MagnusCardell/emoji-whisperer/issues"
},
"homepage": "https://github.com/MagnusCardell/emoji-whisperer#readme",
"dependencies": {
}
}