-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.json
More file actions
28 lines (28 loc) · 782 Bytes
/
dub.json
File metadata and controls
28 lines (28 loc) · 782 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
{
"name": "dianna2",
"description": "DIANNA - IANA Decentralized",
"copyright": "Copyright © 2014 Denis Feklushkin",
"license": "MIT",
"authors": [
"Denis Feklushkin <denis.feklushkin@gmail.com>"
],
"targetPath": "bin",
"dependencies": {
"d2sqlite3": "~>0.7.2",
"openssl": "~>1.1.4+1.0.1g",
"dproto": "~>1.2.4",
"inifiled": "~>0.0.3",
"miniupnpc-d": "~>0.0.2",
"vibe-d": "~>0.7.23"
},
"libs": ["scrypt", "sqlite3"],
"stringImportPaths": ["source"],
"mainSourceFile": "source/main.d",
"versions": ["VibeCustomMain"],
"configurations": [
{
"name": "production",
"targetType": "executable"
}
]
}