-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·29 lines (29 loc) · 1.21 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
{
"name": "wListView",
"author": "Widget Developer",
"iconPath": "/icons/wListView.png",
"contributors": [
"Developer 1",
"Developer 2"
],
"version": "1.0.0",
"copyright": "(c) 2013 Widget Developer",
"repository": {
"type": "git",
"url": "https://github.com/developer/Widget.git"
},
"keywords": ["wakanda", "widget"],
"engines": {"wakanda" : ">= 6"},
"license": "MIT",
"loadDependencies": [
{"id": "Widget_V2"},
{"id": "wListView/behavior/template.js", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "wListView/behavior/layout-template.js", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "wListView/studio-template.js", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "wListView/source-navigation.js", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "wListView/templates.js", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "wListView/widget.js", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "wListView/css/widget.css", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "wListView/designer.js", "studioOnly": true, "version": "1.0.0", "path": "WIDGETS_CUSTOM"}
]
}