add deps.json for use with depman

This commit is contained in:
Sridhar Ratnakumar 2013-11-07 21:09:27 -08:00
parent 56c4b221b8
commit 7cb0dcdbe1
1 changed files with 12 additions and 0 deletions

12
deps.json Normal file
View File

@ -0,0 +1,12 @@
{
"github.com/howeyc/fsnotify": {
"repo": "github.com/howeyc/fsnotify",
"version": "d6220df",
"type": "git"
},
"launchpad.net/tomb": {
"repo": "launchpad.net/tomb",
"version": "17",
"type": "bzr"
}
}