aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-04-25 23:13:35 -0400
committerRalph Amissah <ralph@amissah.com>2016-04-26 07:37:25 -0400
commit44a42f6d4f68742914c0b5b5976593ae8c67a693 (patch)
treeb406c5b98ff755dbebe7309422b75b19594720a5 /dub.json
parentstep3 (diff)
dub config
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/dub.json b/dub.json
new file mode 100644
index 0000000..f23678a
--- /dev/null
+++ b/dub.json
@@ -0,0 +1,14 @@
+
+{
+ "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",
+ "dependencies": {
+ }
+}