-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 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": "@syncfusion/ej2-pdf",
"version": "29.1.37",
"description": "Feature-rich JavaScript PDF library with built-in support for loading and manipulating PDF document.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-pdf.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-pdf.es5.js",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-compression": "*",
"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/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",
"ej2-pdf",
"web-components",
"JavaScript",
"TypeScript",
"pdf"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/pdf"
},
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"typings": "index.d.ts"
}