-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.12 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
30
{
"name": "ComboBox",
"studioName": "ComboBox",
"category": "Custom Widgets",
"iconPath": "/icons/widget-combobox.png",
"author": "4D SAS",
"contributors": [
"Yassine BOUKHATA",
"Sébastien Lombard"
],
"version": "1.0.0",
"copyright": "(c) 2014 4D SAS",
"repository": {
"type": "git",
"url": "https://github.com/Wakanda/ComboBox.git"
},
"keywords": ["wakanda", "widget"],
"engines": {"wakanda": ">= 10"},
"license": "MIT",
"studioPlatform": ["desktop"],
"loadDependencies": [
{"id": "Widget_V2"},
{"id": "TextInput/package.json", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "Button/package.json", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "wListView/package.json", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "ComboBox/widget.js", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "ComboBox/css/widget.css", "version": "1.0.0", "path": "WIDGETS_CUSTOM"},
{"id": "ComboBox/designer.js", "studioOnly": true, "version": "1.0.0", "path": "WIDGETS_CUSTOM"}
]
}