-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 986 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "backbone-ajaxretry",
"description": "Exponentially retry Backbone.ajax & $.ajax requests",
"version": "1.3.2",
"author": {
"name": "Gabriel Dibble",
"url": "https://github.com/gdibble/"
},
"bugs": "https://github.com/gdibble/backbone-ajaxretry/issues",
"contributors": [
"gdibble",
"wraithgar"
],
"dependencies": {
"extend-object": "^1.0.0",
"lodash.defaults": "^3.1.1"
},
"docs": "https://github.com/gdibble/backbone-ajaxretry",
"download": "http://code.jquery.com/#backbone-ajaxretry",
"homepage": "https://github.com/gdibble/backbone-ajaxretry",
"keywords": [
"Backbone",
"ajax",
"retry"
],
"license": [
{
"type": "MIT",
"url": "https://github.com/gdibble/backbone-ajaxretry/blob/master/LICENSE"
}
],
"main": "backbone-ajaxretry.min.js",
"repository": {
"type": "git",
"url": "https://github.com/gdibble/backbone-ajaxretry.git"
},
"title": "Backbone.js ajaxRetry"
}