Skip to content

Commit

Permalink
Add Dub package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Ovrum committed Dec 6, 2013
1 parent 83d3d0c commit cac84f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
# Documentation
/docs

# Dub
/.dub

# Scripts
/list_sources.d
21 changes: 21 additions & 0 deletions package.json
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"
}
}
}

0 comments on commit cac84f8

Please sign in to comment.