Added hyperagent. refs #483

This commit is contained in:
Peter Müller
2015-07-19 13:56:52 +02:00
parent 54c6521f0b
commit 23bac70e44
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"main": "dist/hyperagent.js",
"format": "global",
"dependencies": {
"jquery": "*",
"q": "npm:q"
},
"shim": {
"dist/hyperagent": {
"deps": [
"jquery",
"q"
]
}
}
}
+1
View File
@@ -186,6 +186,7 @@
"https": "github:jspm/nodelibs-https",
"humane-js": "github:wavded/humane-js",
"humanize-duration": "github:EvanHahn/HumanizeDuration.js",
"hyperagent": "github:weluse/hyperagent",
"i18next-client": "npm:i18next-client",
"icheck": "github:fronteed/iCheck",
"immstruct": "npm:immstruct",