ajax-promise
Advanced tools
Comparing version 0.0.1 to 0.8.1
{ | ||
"name": "ajax-promise", | ||
"version": "0.0.1", | ||
"version": "0.8.1", | ||
"description": "Ajax with Promises", | ||
@@ -14,3 +14,7 @@ "main": "index.js", | ||
"author": "Sunny Hirai", | ||
"license": "BSD-2-Clause" | ||
"license": "BSD-2-Clause", | ||
"dependencies": { | ||
"bluebird": "~2.3.11", | ||
"jquery": "~2.1.1" | ||
} | ||
} |
# AjaxPromise | ||
## Requirements | ||
We don't include the requirements in the package because we assume it is part of your package.json file already. | ||
* jquery: jQuery used for the AJAX calls | ||
* bluebird: bluebird used for the promises | ||
## Description | ||
@@ -11,0 +4,0 @@ |
4
1970
2
33
+ Addedbluebird@~2.3.11
+ Addedjquery@~2.1.1
+ Addedbluebird@2.3.11(transitive)
+ Addedjquery@2.1.4(transitive)