forked from gabiseabra/google-fonts-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 886 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
{
"name": "google-fonts-webpack-plugin",
"version": "0.4.1",
"description": "Google Fonts Webpack plugin",
"main": "src/index.js",
"author": "Gabriela Seabra",
"license": "ISC",
"homepage": "https://github.com/gabiseabra/google-fonts-webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/gabiseabra/google-fonts-webpack-plugin.git"
},
"keywords": [
"google",
"fonts",
"webfonts",
"webpack",
"plugin"
],
"scripts": {
"test": "mocha spec --colors",
"watch": "mocha spec --colors --watch"
},
"devDependencies": {
"memory-fs": "^0.4.1",
"mocha": "^3.2.0",
"should": "^11.2.1",
"webpack": "^2.2.1"
},
"dependencies": {
"lodash": "^4.17.4",
"node-fetch": "^1.6.3",
"webpack-sources": "^0.2.0",
"yauzl": "^2.8.0"
},
"peerDependencies": {
"webpack": "^2.2.0"
}
}