-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "dynamsoft-document-viewer",
"version": "2.1.0",
"author": {
"name": "Dynamsoft",
"url": "https://www.dynamsoft.com"
},
"license": "SEE LICENSE IN LICENSE.txt",
"description": "Dynamsoft Document Viewer (DDV) is an SDK designed to provide different types of viewers to configure and achieve different processing flows for documents.",
"devDependencies": {},
"directories": {},
"files": [
"Api Reference.html",
"legal.txt",
"dist/ddv.css",
"dist/ddv.es.js",
"dist/ddv.js",
"dist/index.d.ts",
"dist/engine/ddv-crypto.wasm",
"dist/engine/ddv-imagecore.wasm",
"dist/engine/ddv-imageio.wasm",
"dist/engine/ddv-imageio.worker.js",
"dist/engine/ddv-imageproc.wasm",
"dist/engine/ddv-imageproc-simd.wasm",
"dist/engine/ddv-pdfreader.wasm",
"dist/engine/dls.license.dialog.html"
],
"homepage": "https://www.dynamsoft.com/document-viewer/docs/introduction/index.html",
"keywords": [
"user interface customize",
"viewer",
"capturing",
"perspective transformation",
"image filter",
"document detect",
"annotation",
"pdf viewer"
],
"main": "dist/ddv.es.js",
"module": "dist/ddv.es.js",
"maintainers": [
{
"name": "Dynamsoft Support Team",
"email": "[email protected]"
}
],
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Dynamsoft/document-viewer-javascript"
},
"types": "dist/index.d.ts",
"type": "module",
"sideEffects": false,
"private":false,
"dependencies": {
"dynamsoft-core": "*"
}
}