forked from EmojiTwo/EmojiOne-archive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 993 Bytes
/
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
{
"name": "emoji-cc",
"version": "1.0.1",
"description": "Complete set of emojis designed for the web. It includes JSON to help convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. SVG formats provided for the emoji images.",
"author": "Joshua Robinson <buildbreakdo@@users.noreply.github.com>",
"main": "index.js",
"keywords": [
"emojione",
"Emoji One",
"emoji",
"emojis",
"emoticons",
"smileys",
"smilies",
"unicode",
"emoji set"
],
"homepage": "https://github.com/buildbreakdo/emoji-cc",
"licenses": {
"type": "(CC-BY-SA-4.0 and MIT)",
"url": "https://github.com/buildbreakdo/emoji-cc/blob/master/LICENSE.md"
},
"repository": {
"type": "git",
"url": "https://github.com/buildbreakdo/emoji-cc.git"
},
"bugs": "https://github.com/buildbreakdo/emoji-cc/issues",
"devDependencies": {
"mini-svg-data-uri": "^1.0.3"
},
"scripts": {
"build": "node build.js"
}
}