-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathpackage.json
71 lines (71 loc) · 1.84 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@syncfusion/ej2-pdfviewer",
"version": "28.1.33",
"description": "Essential JS 2 PDF viewer Component",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-pdfviewer.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-pdfviewer.es5.js",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-data": "*",
"@syncfusion/ej2-drawings": "*",
"@syncfusion/ej2-dropdowns": "*",
"@syncfusion/ej2-inplace-editor": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-lists": "*",
"@syncfusion/ej2-navigations": "*",
"@syncfusion/ej2-notifications": "*",
"@syncfusion/ej2-pdf": "*",
"@syncfusion/ej2-popups": "*",
"markdown-spellcheck": "^1.3.1"
},
"devDependencies": {
"@syncfusion/ej2-staging": "^1.0.1",
"@types/chai": "^3.4.28",
"@types/es6-promise": "0.0.28",
"@types/jasmine": "2.8.9",
"@types/jasmine-ajax": "^3.1.27",
"@types/node": "10.14.0",
"@types/requirejs": "^2.1.26",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.3.4",
"canteen": "^1.0.5",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.6.1",
"karma": "6.4.2",
"karma-chrome-launcher": "^2.2.0",
"karma-generic-preprocessor": "^1.1.0",
"karma-htmlfile-reporter": "^0.3.5",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-requirejs": "^1.1.0",
"nedb": "^1.8.0",
"simple-odata-server": "^0.3.1"
},
"keywords": [
"ej2",
"syncfusion",
"JavaScript",
"TypeScript",
"pdf-viewer",
"annotations",
"form-fields",
"digital-signature"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-pdfviewer.git"
},
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"typings": "index.d.ts"
}