From b1ad3c039588b6953dc8891d38418b3a214caaa9 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 26 Apr 2016 21:11:38 -0400 Subject: config rearranged, more put in maker.org --- dub.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'dub.json') 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": { } } -- cgit v1.2.3