-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrapper.json
More file actions
36 lines (36 loc) · 929 Bytes
/
bootstrapper.json
File metadata and controls
36 lines (36 loc) · 929 Bytes
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
{
"id": "KendoDemo",
"name": "KendoDemo",
"path": "/Applications/XAMPP/htdocs/Demos/KendoDemo",
"files": [
{
"name": "www/index.html",
"type": "html",
"lib": false,
"deps": [],
"id": "c4dcd208-bb6a-4df5-86e1-add60950f046",
"page": true
},
{
"name": "www/css/kendo.mobile.all.min.css",
"type": "css",
"lib": true,
"deps": [],
"id": "416871dc-2d40-44d5-901b-a394602c2f6c"
},
{
"name": "www/js/kendo.mobile.min.js",
"type": "js",
"lib": true,
"deps": [],
"id": "5ffcf6e5-62ed-4fad-bce2-ee2d929d57a7"
},
{
"name": "www/js/jquery.min.js",
"type": "js",
"lib": true,
"deps": [],
"id": "jquery"
}
]
}