-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
48 lines (48 loc) · 1.15 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
46
47
48
{
"name": "twemoji-colr",
"description": "Twemoji font in COLR/CPAL layered format.",
"version": "0.7.0",
"license": "Apache-2.0",
"author": "Jonathan Kew <[email protected]>",
"contributors": [
"Tim Guan-tin Chien <[email protected]>",
"Essem <[email protected]>",
"Gregory <https://github.com/GrSto>",
"Tilman Vatteroth <[email protected]>",
"Lim Chunwei <https://github.com/win98se>"
],
"bugs": {
"url": "https://github.com/mozilla/twemoji-colr/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/twemoji-colr.git"
},
"dependencies": {
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-webfonts": "^4.0.2",
"load-grunt-tasks": "^5.1.0",
"rmdir": "^1.2.0",
"unzip": "^0.1.11",
"xml2js": "^0.4.23",
"xmlbuilder": "^15.1.1"
},
"keywords": [
"emoji",
"colr",
"twemoji",
"unicode"
],
"homepage": "https://github.com/mozilla/twemoji-colr#readme",
"devDependencies": {
"emojibase-data": "^7.0.1",
"resemblejs": "^4.1.0"
},
"scripts": {
"grunt": "grunt"
},
"resolutions": {
"graceful-fs": "^4.2.9"
}
}