-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
{
"name": "google-fonts-webpack-plugin",
"version": "0.0.1",
"description": "Add Google Fonts via CDN to HTMLWebpackPlugin, or download the fonts and use locally.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truenegative/google-fonts-webpack-plugin.git"
},
"keywords": [
"html-webpack-plugin",
"google fonts",
"fonts",
"webpack"
],
"author": {
"name": "True Negative",
"url": "https://labs.truenegative.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/truenegative/google-fonts-webpack-plugin/issues"
},
"homepage": "https://github.com/truenegative/google-fonts-webpack-plugin#readme",
"dependencies": {
"lodash": "^4.15.0",
"request": "^2.75.0"
},
"devDependencies": {
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7"
},
"peerDependencies": {
"html-webpack-plugin": "^2.22.0",
"webpack": "^1.13.2"
}
}