mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Updated to include multi-endpoint support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user