-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 813 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "vreaderpdf",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"buffer": "^6.0.3",
"build": "^0.1.4",
"gzip-js": "^0.3.2",
"js-xdr": "^1.3.0",
"webpack.config.js": "^0.0.0"
},
"devDependencies": {
"pdfjs-dist": "^2.14.305",
"webpack": "^5.90.3",
"webpack-cli": "^4.10.0",
"worker-loader": "^3.0.8"
},
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vectorgraphics/pdfv3dReader"
},
"bugs": {
"url": "https://github.com/vectorgraphics/pdfv3dReader/issues"
},
"homepage": "https://github.com/vectorgraphics/pdfv3dReader#README",
"description": ""
}