-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
failsafe.jquery.json
38 lines (38 loc) · 1.12 KB
/
failsafe.jquery.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": "failsafe",
"title": "FailSafe",
"description": "A jQuery Plugin to make your App Robust. Protects your App from Lost Internet Connectivity & Low Battery Level.",
"keywords": [
"failsafe",
"checknet",
"checkbattery",
"internet",
"connectivity"
],
"version": "1.0.2",
"author": {
"name": "Ram Swaroop",
"email": "[email protected]",
"url": "http://www.ramswaroop.me"
},
"maintainers": [
{
"name": "Compzets.com",
"email": "[email protected]",
"url": "http://www.compzets.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ramswaroop/failsafe.js/blob/master/MIT-License.txt"
}
],
"bugs": "https://github.com/ramswaroop/failsafe.js/issues",
"homepage": "http://plugins.compzets.com/failsafe",
"demo": "http://plugins.compzets.com/failsafe",
"docs": "https://github.com/ramswaroop/failsafe.js/blob/master/README.md",
"dependencies": {
"jquery": ">=1.5"
}
}