Point deps at github

This commit is contained in:
Ritchie Martori 2013-05-02 11:31:44 -07:00
parent 868f11ad56
commit c9ae880822
2 changed files with 7 additions and 2 deletions

4
.gitignore vendored
View File

@ -9,3 +9,7 @@
*.swp
*.swo
/node_modules/*/node_modules
/node_modules/debug
/node_modules/jugglingdb
/node_modules/mocha
/node_modules/asteroid-module-loader

View File

@ -8,7 +8,8 @@
"dependencies": {
"debug": "latest",
"express": "~3.1.1",
"jugglingdb": "~0.2.0-30"
"jugglingdb": "~0.2.0-30",
"asteroid-module-loader": "git+ssh://git@github.com:strongloop/asteroid-module-loader.git"
},
"devDependencies": {
"mocha": "latest"