forked from joypixels/emoji-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 894 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 894 Bytes
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
{
"name": "emoji-toolkit",
"version": "6.0.1",
"description": "JoyPixels is a complete set of emoji designed for the web. The emoji-toolkit includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to JoyPixels emoji images. PNG formats provided for the emoji images.",
"author": "JoyPixels <support@joypixels.com> (https://www.joypixels.com)",
"main": "lib/ts/index.ts",
"keywords": [
"joypixels",
"JoyPixels",
"emoji-toolkit",
"emojione",
"EmojiOne",
"emoji",
"emojis",
"emoticons",
"smileys",
"smilies",
"unicode",
"emoji set"
],
"homepage": "https://www.joypixels.com",
"repository": {
"type": "git",
"url": "https://github.com/tailwind/emoji-toolkit.git"
},
"bugs": "https://github.com/tailwind/emoji-toolkit/issues",
"devDependencies": {
"typescript": "^3.8.3"
}
}