UNPKG

vue-pug-plugin

Version:

Pug to HTML plugin for Vue with proper native pug syntax support

33 lines (32 loc) 749 B
{ "name": "vue-pug-plugin", "version": "2.0.4", "description": "Pug to HTML plugin for Vue with proper native pug syntax support", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/matthewjumpsoffbuildings/vue-pug-plugin.git" }, "bugs": { "url": "https://github.com/matthewjumpsoffbuildings/vue-pug-plugin/issues" }, "homepage": "https://github.com/matthewjumpsoffbuildings/vue-pug-plugin", "keywords": [ "pug", "vue", "template", "html" ], "author": "matthewjumpsoffbuildings", "license": "MIT", "peerDependencies": { "pug": "^3.0.1" }, "devDependencies": { "pug": "^3.0.1" } }