forked from jsmithwar/jsmithwar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
66 lines (61 loc) · 976 Bytes
/
config.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"Configuration": {
"DefaultContent": "Todo1"
},
"Content": [{
"name": "Todo1",
"version": "1.0.0",
"menu": "Todo 1 offline app",
"type": "web",
"scripts": {
"start": "https://timothyt.github.io/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": "https://timothyt.github.io/app2/index.html",
"test": ""
},
"keywords": [
"prototype",
"tanks"
],
"author": "Seattle Test",
"dependencies": {
},
"devDependencies": {
}
}, {
"name": "Config",
"version": "1.0.0",
"menu": "Change config",
"type": "native",
"scripts": {
"start": "changeconfig",
"test": ""
},
"keywords": [
"test",
"config"
],
"author": "Seattle Test",
"dependencies": {
},
"devDependencies": {
}
},
]
}