-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 872 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
{
"name": "emoji-favicon-webpack-plugin",
"version": "1.5.0",
"description": "Let webpack generate an emoji favicon for you",
"author": "Trevor Blades <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/trevorblades/emoji-favicon.git",
"directory": "packages/emoji-favicon-webpack-plugin"
},
"license": "MIT",
"main": "index.js",
"keywords": [
"emoji",
"favicon",
"webpack",
"plugin",
"webapp",
"favicons",
"html"
],
"dependencies": {
"convert-svg-to-png": "^0.5.0",
"emoji-name-map": "^1.2.7",
"emoji-unicode": "^1.0.9",
"favicon-emoji": "^2.3.0",
"pn": "^1.1.0",
"to-ico": "^1.1.5",
"twemoji": "^11.2.0"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"jsdom": "^15.1.1",
"memory-fs": "^0.5.0",
"webpack": "^4.40.2"
}
}