-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 956 Bytes
/
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
{
"name": "GridTooltips",
"type": "code",
"creator": "Mike Hill (mike12489@gmail.com)",
"summary": "Grid Tooltips plugin",
"detailedDescription": "Package to add the Tooltips plugin for grids.",
"version": "1.0.0",
"compatVersion": "1.0.0",
"format": "1",
"slicer": {
"js": [
{
"path": "${package.dir}/sass/example/custom.js",
"isWidgetManifest": true
}
]
},
"architect": {
"defsonly": true,
"compatFrameworks": [
"ext50"
],
"requires": ["../architect-lib/package-all.js"],
"classes": [{
"definition": "Ext/ux/GridTooltips/grid/plugin/GridTooltips.Definition.js",
"className": "Ext.ux.GridTooltips.grid.plugin.GridTooltips",
"js": [],
"css": []
}]
},
"output": "${package.dir}/build",
"local": true,
"requires": []
}