forked from JakobOvrum/Diggler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jakob Ovrum
committed
Dec 6, 2013
1 parent
83d3d0c
commit cac84f8
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,8 @@ | |
# Documentation | ||
/docs | ||
|
||
# Dub | ||
/.dub | ||
|
||
# Scripts | ||
/list_sources.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "diggler", | ||
"description": "IRC bot framework", | ||
"authors": ["Jakob Ovrum"], | ||
"copyright": "Copyright© Jakob Ovrum 2013", | ||
"homepage": "https://github.com/JakobOvrum/Diggler", | ||
"license": "MIT", | ||
|
||
"targetType": "library", | ||
"targetPath": "lib", | ||
|
||
"sourcePaths": ["src"], | ||
"libs": ["phobos"], | ||
|
||
"dependencies": { | ||
"dirk": { | ||
"version": "~master", | ||
"path": "dirk" | ||
} | ||
} | ||
} |