forked from yyx990803/pug-plain-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 789 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
{
"name": "vue-pug-loader",
"version": "1.1.29",
"description": "Pug to HTML loader for Vue+Webpack/Mix with proper native pug syntax support",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/matthewjumpsoffbuildings/vue-pug-loader.git"
},
"bugs": {
"url": "https://github.com/matthewjumpsoffbuildings/vue-pug-loader/issues"
},
"homepage": "https://github.com/matthewjumpsoffbuildings/vue-pug-loader",
"keywords": [
"pug",
"loader",
"webpack",
"plain"
],
"author": "matthewjumpsoffbuildings",
"license": "MIT",
"peerDependencies": {
"pug": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"loader-utils": "^2.0.3",
"vue-pug-plugin": "^2.0.0"
},
"devDependencies": {
"pug": "^3.0.1"
}
}