-
Notifications
You must be signed in to change notification settings - Fork 11
/
widget.json
40 lines (40 loc) · 952 Bytes
/
widget.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
35
36
37
38
39
40
{
"name": "Apple App Submissions",
"package": "com.fliplet.apple-app-request",
"version": "1.0.0",
"icon": "img/icon.png",
"tags": ["type:submissionComponent", "category:general"],
"provider_only": false,
"references": [],
"html_tag": "div",
"interface": {
"dependencies": [
"lodash",
"fliplet-app-submissions",
"fliplet-media",
"fliplet-socket",
"fliplet-studio-ui",
"handlebars",
"bootstrap",
"font-awesome",
"moment"
],
"assets": [
"js/interface.templates.js",
"img/app-icon.png",
"img/splash-screen.png",
"vendor/bootstrap-tokenfield.css",
"vendor/bootstrap-tokenfield.js",
"vendor/bootstrap-select.min.css",
"vendor/bootstrap-select.min.js",
"vendor/validator.js",
"css/interface.css",
"js/interface.js",
"js/apnValidation.js"
]
},
"build": {
"dependencies": [],
"assets": []
}
}