aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-04-26 21:11:38 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-04 14:44:02 -0400
commitb1ad3c039588b6953dc8891d38418b3a214caaa9 (patch)
treeb00ce546198dd138ab42303d9dd5ebe22057dcaa /dub.json
parentdo not track (diff)
config rearranged, more put in maker.orgdoc-reform_v0.0.3
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": {
}
}