-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 786 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 786 Bytes
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
{
"name": "vue-cli-plugin-pug",
"version": "2.0.0",
"description": "Vue CLI 3 plugin to add pug templating to your components and compilation of .pug template files",
"main": "index.js",
"dependencies": {
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^4.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"vue-cli",
"pug"
],
"repository": {
"url": "https://github.com/jaeming/vue-cli-plugin-pug",
"type": "git"
},
"author": "Benji Dalton <daylightsavings@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaeming/vue-cli-plugin-pug/issues"
},
"homepage": "https://github.com/jaeming/vue-cli-plugin-pug"
}