lichen-annotate-pdf
Version:
Annotation layer for pdf.js in vue fork of Aaron Leong pdf-annotate-vue
36 lines (35 loc) • 932 B
JSON
{
"name": "lichen-annotate-pdf",
"version": "2.0.35",
"description": "Annotation layer for pdf.js in vue fork of Aaron Leong pdf-annotate-vue",
"main": "./src/pdfAnnotate.vue",
"homepage": "https://github.com/LichenInc/pdf-annotate-vue",
"repository": "github:LichenInc/pdf-annotate-vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pdf",
"annotation",
"pdf.js",
"pdfjs",
"vue"
],
"author": "Lichen Inc",
"license": "MIT",
"dependencies": {
"create-stylesheet": "^0.3.0",
"lodash.debounce": "^4.0.8",
"mathlive": "0.59.0",
"pdfjs-dist": "^2.1.266"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
}
}