-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-config.json
64 lines (64 loc) · 1.45 KB
/
app-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
{
"repositories": [
{
"name": "protocol",
"url": "https://github.com/aeternity/protocol"
},
{
"name": "aesophia",
"url": "https://github.com/aeternity/aesophia"
},
{
"name": "aesophia_cli",
"url": "https://github.com/aeternity/aesophia_cli"
},
{
"name": "aesophia_http",
"url": "https://github.com/aeternity/aesophia_http"
},
{
"name": "aerepl-web-bridge",
"url": "https://github.com/aeternity/aerepl-web-bridge"
},
{
"name": "aeproject",
"url": "https://github.com/aeternity/aeproject"
},
{
"name": "aestudio",
"url": "https://github.com/aeternity/aestudio"
},
{
"name": "aeternity",
"url": "https://github.com/aeternity/aeternity"
},
{
"name": "aepp-cli-js",
"url": "https://github.com/aeternity/aepp-cli-js"
},
{
"name": "aepp-sdk-js",
"url": "https://github.com/aeternity/aepp-sdk-js"
},
{
"name": "ae_mdw",
"url": "https://github.com/aeternity/ae_mdw"
},
{
"name": "AEXs",
"url": "https://github.com/aeternity/AEXs"
},
{
"name": "aesophia-vscode",
"url": "https://github.com/aeternity/aesophia-vscode"
},
{
"name": "superhero-wallet",
"url": "https://github.com/superhero-com/superhero-wallet"
},
{
"name": "aepp-bridge",
"url": "https://github.com/aeternity/aepp-bridge"
}
]
}