Files
eldarion-ajax/package.json
Devon Irish 8884f00ebc Update to use jqXHR Promise methods
## 0.15.0

* Replaced `statusCode` and `complete` callbacks with Promise methods of the jqXHR object returned by `$.ajax()` (`.done()`, `.fail()`, and `.always()`) for more verbose response handling
* Updated `package.json` `"jquery"` dependency to `">=1.8.3"` for consistency with `bower.json`
* Bumped version of `eldarion-ajax-core.js` to 0.13.0
* Updated `README.md` to reflect changes
2015-08-13 15:40:25 -04:00

29 lines
573 B
JSON

{
"name": "eldarion-ajax",
"version": "0.15.0",
"description": "a library for adding declarative ajax functionality to your website",
"main": "js/eldarion-ajax.min.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./ci.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/eldarion/eldarion-ajax"
},
"keywords": [
"ajax"
],
"author": "Patrick Altman",
"license": "BSD",
"readmeFilename": "README.md",
"dependencies": {
"jquery": ">=1.8.3"
},
"devDependencies": {
"jshint": "2.1.4"
}
}