aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dub/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/dub.json
parentstep3 (diff)
dub config
Diffstat (limited to '.dub/dub.json')
-rw-r--r--.dub/dub.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.dub/dub.json b/.dub/dub.json
new file mode 100644
index 0000000..41dafd6
--- /dev/null
+++ b/.dub/dub.json
@@ -0,0 +1,15 @@
+{
+ "description": "sisu document parser.",
+ "authors": [
+ "Ralph Amissah"
+ ],
+ "license": "GPL-3.0",
+ "dependencies": {},
+ "add-path": "./src/sdp",
+ "dub": {
+ "lastUpgrade": "2016-04-25T06:24:35.4069093",
+ "cachedUpgrades": {}
+ },
+ "homepage": "http://sisudoc.org",
+ "name": "sdp"
+}