Skip to content

Commit fe73e0e

Browse files
Update package.json
1 parent 3e5b11b commit fe73e0e

File tree

1 file changed

+35
-57
lines changed

1 file changed

+35
-57
lines changed

package.json

Lines changed: 35 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,64 @@
11

22

33
{
4-
54
"name": "syncfusion-reportplatform-javascript",
6-
75
"version": "15.4.20",
8-
96
"description": "Npm package of Syncfusion.ReportPlatform.JavaScript.",
10-
117
"repository": {
12-
138
"type": "git",
14-
159
"url": "git+https://github.com/syncfusion/ReportPlatform-JavaScript.git"
16-
1710
},
18-
1911
"keywords": [
20-
2112
"syncfusion",
22-
2313
"ej",
24-
2514
"essential",
26-
2715
"javascript"
28-
2916
],
30-
3117
"author": "Syncfusion Inc",
32-
3318
"license": "SEE LICENSE IN README.md",
34-
3519
"dependencies": {
36-
37-
"syncfusion-ej-global": "*",
38-
20+
"syncfusion-ej-global": "*",
3921
"jquery": "*",
40-
4122
"jquery-validation": "*",
42-
4323
"jsrender": "*"
44-
4524
},
46-
4725
"bugs": {
48-
4926
"url": "https://github.com/syncfusion/ReportPlatform-JavaScript/issues"
50-
5127
},
52-
5328
"homepage": "https://github.com/syncfusion/ReportPlatform-JavaScript#readme",
54-
55-
"files": [
56-
"Scripts/",
57-
"Content/"
29+
"files": [
30+
"Scripts/",
31+
"Content/"
32+
],
33+
"jspm": {
34+
"main": false,
35+
"format": "amd",
36+
"registry": "npm",
37+
"files": [
38+
"Scripts",
39+
"Content"
5840
],
59-
"jspm": {
60-
"main": false,
61-
"format": "amd",
62-
"registry" : "npm",
63-
"files": [
64-
"Scripts",
65-
"Content"
66-
],
67-
"dependencies": {
68-
"syncfusion-ej-global": "*",
69-
"jquery": "*",
70-
"jsrender": "*",
71-
"jquery-validation": "*"
72-
},
73-
"ignore": [
74-
"Scripts/common/ej.unobtrusive.min.js",
75-
"Scripts/common/ej.unobtrusive.min.map",
76-
"Scripts/common/ej.webform.min.js",
77-
"Scripts/common/ej.webform.min.map",
78-
"Scripts/common/ej.widget.angular.min.js",
79-
"Scripts/common/ej.widget.angular.min.map",
80-
"Scripts/common/ej.widget.ko.min.js",
81-
"Scripts/common/ej.widget.ko.min.map",
82-
"Scripts/web/ej.web.all*.js",
83-
"Scripts/web/ej.web.all.min.map"
84-
]
85-
}
41+
"dependencies": {
42+
"syncfusion-ej-global": "*",
43+
"jquery": "*",
44+
"jsrender": "*",
45+
"jquery-validation": "*"
46+
},
47+
"ignore": [
48+
"Scripts/common/ej.unobtrusive.min.js",
49+
"Scripts/common/ej.unobtrusive.min.map",
50+
"Scripts/common/ej.webform.min.js",
51+
"Scripts/common/ej.webform.min.map",
52+
"Scripts/common/ej.widget.angular.min.js",
53+
"Scripts/common/ej.widget.angular.min.map",
54+
"Scripts/common/ej.widget.ko.min.js",
55+
"Scripts/common/ej.widget.ko.min.map",
56+
"Scripts/web/ej.web.all*.js",
57+
"Scripts/web/ej.web.all.min.map"
58+
]
59+
},
60+
"main": "index.js",
61+
"scripts": {
62+
"test": "echo \"Error: no test specified\" && exit 1"
63+
}
8664
}

0 commit comments

Comments
 (0)