UNPKG

vue-pug-loader

Version:

Pug to HTML loader for Vue+Webpack/Mix with proper native pug syntax support

33 lines (32 loc) 789 B
{ "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" } }