|
1 | 1 |
|
2 | 2 |
|
3 | 3 | {
|
4 |
| - |
5 | 4 | "name": "syncfusion-reportplatform-javascript",
|
6 |
| - |
7 | 5 | "version": "15.4.20",
|
8 |
| - |
9 | 6 | "description": "Npm package of Syncfusion.ReportPlatform.JavaScript.",
|
10 |
| - |
11 | 7 | "repository": {
|
12 |
| - |
13 | 8 | "type": "git",
|
14 |
| - |
15 | 9 | "url": "git+https://github.com/syncfusion/ReportPlatform-JavaScript.git"
|
16 |
| - |
17 | 10 | },
|
18 |
| - |
19 | 11 | "keywords": [
|
20 |
| - |
21 | 12 | "syncfusion",
|
22 |
| - |
23 | 13 | "ej",
|
24 |
| - |
25 | 14 | "essential",
|
26 |
| - |
27 | 15 | "javascript"
|
28 |
| - |
29 | 16 | ],
|
30 |
| - |
31 | 17 | "author": "Syncfusion Inc",
|
32 |
| - |
33 | 18 | "license": "SEE LICENSE IN README.md",
|
34 |
| - |
35 | 19 | "dependencies": {
|
36 |
| - |
37 |
| - "syncfusion-ej-global": "*", |
38 |
| - |
| 20 | + "syncfusion-ej-global": "*", |
39 | 21 | "jquery": "*",
|
40 |
| - |
41 | 22 | "jquery-validation": "*",
|
42 |
| - |
43 | 23 | "jsrender": "*"
|
44 |
| - |
45 | 24 | },
|
46 |
| - |
47 | 25 | "bugs": {
|
48 |
| - |
49 | 26 | "url": "https://github.com/syncfusion/ReportPlatform-JavaScript/issues"
|
50 |
| - |
51 | 27 | },
|
52 |
| - |
53 | 28 | "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" |
58 | 40 | ],
|
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 | + } |
86 | 64 | }
|
0 commit comments