add generic-pool dependency

This commit is contained in:
brianc 2011-08-11 19:37:04 -05:00
parent a7fbe95e72
commit 390f4e8e48
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,6 +1,5 @@
/.emacs-project node_modules/
*.swp *.swp
*.log *.log
.lock-wscript .lock-wscript
build/ build/
/todo.org

View File

@ -9,6 +9,9 @@
}, },
"author" : "Brian Carlson <brian.m.carlson@gmail.com>", "author" : "Brian Carlson <brian.m.carlson@gmail.com>",
"main" : "./lib", "main" : "./lib",
"dependencies" : {
"generic-pool" : "1.0.6"
},
"scripts" : { "scripts" : {
"test" : "make test", "test" : "make test",
"install" : "node-waf configure build || true" "install" : "node-waf configure build || true"