@syncfusion/ej2-vue-pdfviewer
Version:
Essential JS 2 PDF viewer Component for Vue
32 lines • 908 B
JSON
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "31.2.15",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"vue",
"vuejs",
"vue-pdf-viewer"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
},
"main": "./dist/ej2-vue-pdfviewer.umd.min.js",
"module": "./index.js",
"es2015": "dist/es6/ej2-vue-pdfviewer.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "~31.2.12",
"@syncfusion/ej2-vue-base": "~31.2.12",
"@syncfusion/ej2-pdfviewer": "31.2.15"
},
"devDependencies": {},
"scripts": {
"compile": "gulp ci-compile && gulp vue-global-script",
"ci-publish": "gulp ci-publish"
},
"sideEffects": false,
"homepage": "https://www.syncfusion.com/vue-components"
}