pdfobject-vue
Version:
Official PDFObject component for Vue 3
32 lines (31 loc) • 713 B
JSON
{
"name": "pdfobject-vue",
"version": "0.0.4",
"description": "Official PDFObject component for Vue 3",
"license": "MIT",
"author": "Philip Hutchison <philip@pipwerks.com> (http://pipwerks.com)",
"bugs": {
"url": "https://github.com/pipwerks/pdfobject-vue/issues"
},
"homepage": "https://github.com/pipwerks/pdfobject-vue#readme",
"keywords": [
"pdf",
"pdfobject",
"pdf embedding"
],
"main": "dist/pdfobject-vue.umd.js",
"module": "dist/pdfobject-vue.es.js",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"peerDependencies": {
"vue": "^3.0.0",
"pdfobject": "^2.2.12"
}
}