Merge pull request #486 from Munter/hyperagent

Added hyperagent
This commit is contained in:
Guy Bedford
2015-07-20 16:21:47 +02:00
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"main": "dist/hyperagent.js",
"format": "global",
"dependencies": {
"jquery": "*",
"q": "npm:q",
"uri": "github:medialize/URI.js"
},
"shim": {
"dist/hyperagent": {
"deps": [
"jquery",
"q",
"uri"
]
}
}
}