-
Notifications
You must be signed in to change notification settings - Fork 304
/
package.json
41 lines (41 loc) · 975 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
35
36
37
38
39
40
41
{
"name": "emoji-datasource",
"version": "15.1.2",
"description": "Emoji data and images",
"main": "emoji.json",
"repository": {
"type": "git",
"url": "git://github.com/iamcal/emoji-data.git"
},
"keywords": [
"emoji"
],
"author": "Cal Henderson <[email protected]>",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"emoji.json",
"emoji_pretty.json",
"sheet_apple_16.png",
"sheet_apple_20.png",
"sheet_apple_32.png",
"sheet_apple_64.png",
"sheet_google_16.png",
"sheet_google_20.png",
"sheet_google_32.png",
"sheet_google_64.png",
"sheet_facebook_16.png",
"sheet_facebook_20.png",
"sheet_facebook_32.png",
"sheet_facebook_64.png",
"sheet_twitter_16.png",
"sheet_twitter_20.png",
"sheet_twitter_32.png",
"sheet_twitter_64.png"
],
"bugs": {
"url": "https://github.com/iamcal/emoji-data/issues"
},
"homepage": "https://github.com/iamcal/emoji-data"
}