forked from syncfusion/ReportPlatform-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
60 lines (58 loc) · 1.48 KB
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
{
"name": "syncfusion-javascript-reportplatform",
"version": "3.2.42",
"description": "Npm package of Syncfusion.ReportPlatform.JavaScript.",
"repository": {
"type": "git",
"url": "git+https://github.com/syncfusion/ReportPlatform-JavaScript.git"
},
"keywords": [
"syncfusion",
"ej",
"essential",
"javascript"
],
"author": "Syncfusion Inc",
"license": "SEE LICENSE IN README.md",
"dependencies": {
"syncfusion-ej-global": "*",
"jquery": "*",
"jquery-validation": "*",
"jsrender": "*"
},
"bugs": {
"url": "https://github.com/syncfusion/ReportPlatform-JavaScript/issues"
},
"homepage": "https://github.com/syncfusion/ReportPlatform-JavaScript#readme",
"files": [
"Scripts/",
"Content/"
],
"jspm": {
"main": false,
"format": "amd",
"registry": "npm",
"files": [
"Scripts",
"Content"
],
"dependencies": {
"syncfusion-ej-global": "*",
"jquery": "*",
"jsrender": "*",
"jquery-validation": "*"
},
"ignore": [
"Scripts/common/ej.unobtrusive.min.js",
"Scripts/common/ej.unobtrusive.min.map",
"Scripts/common/ej.webform.min.js",
"Scripts/common/ej.webform.min.map",
"Scripts/common/ej.widget.angular.min.js",
"Scripts/common/ej.widget.angular.min.map",
"Scripts/common/ej.widget.ko.min.js",
"Scripts/common/ej.widget.ko.min.map",
"Scripts/web/ej.web.all*.js",
"Scripts/web/ej.web.all.min.map"
]
}
}