-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "resource-hints-webpack-plugin",
"version": "0.0.2",
"description": "Adds automatically Resource hints to your html-files",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"prepublish": "npm run test",
"pretest": "semistandard",
"test": "jasmine",
"debug": "node-debug jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/jantimon/html-Resource-hints-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"html-webpack-plugin",
"disk",
"template"
],
"author": "Jan Nicklas <[email protected]> (https://github.com/jantimon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jantimon/html-Resource-hints-plugin/issues"
},
"homepage": "https://github.com/jantimon/html-Resource-hints-plugin",
"devDependencies": {
"html-webpack-plugin": "^3.1.0",
"jasmine": "^3.1.0",
"memory-fs": "^0.4.1",
"semistandard": "12.0.1",
"webpack": "^4.3.0"
},
"dependencies": {
"minimatch": "^3.0.4",
"object-assign": "^4.1.1"
}
}