Updated to include multi-endpoint support

This commit is contained in:
Michael Uzquiano
2012-10-02 14:20:44 -04:00
parent 5d9257d908
commit 0e0a1c6432
3 changed files with 143 additions and 21 deletions

View File

@@ -21,15 +21,16 @@
"request" : "latest",
"fstream" : "latest",
"hogan.js" : "latest",
"underscore" : "latest",
"lodash" : "latest",
"read-package-json" : "latest"
"read-package-json" : "latest",
"rc" : "latest"
},
"scripts": {
"test": "mocha -R spec -t 10000"
},
"devDependencies": {
"mocha": "latest",
"nock": "latest"
"mocha": "latest"
},
"bin": { "bower": "bin/bower" },
"preferGlobal": true