-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
45 lines (43 loc) · 696 Bytes
/
config.json
File metadata and controls
45 lines (43 loc) · 696 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
37
38
39
40
41
42
43
44
45
{
"Configuration": {
"DefaultContent": "Todo1"
},
"Content": [{
"name": "Todo1",
"version": "1.0.0",
"menu": "Todo 1 offline app",
"type": "web",
"scripts": {
"start": "http://jsmithwar.github.io/app1/index.html",
"test": ""
},
"keywords": [
"prototype",
"tanks"
],
"author": "Seattle Test",
"dependencies": {
},
"devDependencies": {
}
}, {
"name": "App2",
"version": "1.0.0",
"menu": "Test App 2",
"type": "web",
"scripts": {
"start": "http://jsmithwar.github.io/app2/index.html",
"test": ""
},
"keywords": [
"prototype",
"tanks"
],
"author": "Seattle Test",
"dependencies": {
},
"devDependencies": {
}
},
]
}