-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 912 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": "html-imports-loader",
"description": "",
"main": "index.js",
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/vagusX/html-imports-loader.git"
},
"config": {
"ghooks": {
"commit-msg": "node ./node_modules/.bin/validate-commit-msg"
}
},
"author": "vagusX",
"license": "MIT",
"bugs": {
"url": "https://github.com/vagusX/html-imports-loader/issues"
},
"homepage": "https://github.com/vagusX/html-imports-loader#readme",
"devDependencies": {
"ghooks": "^2.0.0",
"semantic-release": "^6.3.2",
"validate-commit-message": "^3.0.1"
},
"dependencies": {
"decamelize": "^1.2.0",
"loader-utils": "^1.1.0",
"vulcanize": "^1.15.4"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
}
}