aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json19
1 files changed, 9 insertions, 10 deletions
diff --git a/dub.json b/dub.json
index f23678a..85eb0e2 100644
--- a/dub.json
+++ b/dub.json
@@ -1,14 +1,13 @@
-
{
- "name": "sdp",
- "targetType": "executable",
- "targetName": "sdp",
- "targetPath": "bin",
- "description": "sisu document parser.",
- "authors": ["Ralph Amissah"],
- "homepage": "http://sisudoc.org",
- "license": "GPL-3.0",
- "add-path": "./src/sdp",
+ "name" : "sdp",
+ "targetType" : "executable",
+ "targetName" : "sdp",
+ "targetPath" : "bin",
+ "description" : "sisu document parser.",
+ "authors" : ["Ralph Amissah"],
+ "homepage" : "http://sisudoc.org",
+ "license" : "AGPL-3+",
+ "add-path" : "./src/sdp",
"dependencies": {
}
}