forked from cmfcmf/google-fonts-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 986 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": "@beyonk/google-fonts-webpack-plugin",
"version": "1.7.0",
"description": "Google Fonts Webpack plugin",
"main": "src/index.js",
"author": "Gabriela Seabra",
"license": "ISC",
"homepage": "https://github.com/beyonk-adventures/google-fonts-webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/beyonk-adventures/google-fonts-webpack-plugin.git"
},
"keywords": [
"google",
"fonts",
"webfonts",
"webpack",
"plugin"
],
"scripts": {
"test": "mocha --timeout 5000 spec --colors",
"watch": "mocha --timeout 5000 spec --colors --watch"
},
"devDependencies": {
"eslint": "^5.0.1",
"memory-fs": "^0.4.1",
"mocha": "^5.2.0",
"should": "^13.2.1",
"webpack": "^4.14.0"
},
"dependencies": {
"lodash": "^4.17.4",
"md5": "^2.2.1",
"node-fetch": "^2.1.2",
"webpack-sources": "^1.1.0",
"yauzl": "^2.8.0"
},
"peerDependencies": {
"webpack": ">=4.14.0"
}
}