forked from codedance/jquery.AreYouSure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
are-you-sure.jquery.json
38 lines (38 loc) · 1.37 KB
/
are-you-sure.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": "are-you-sure",
"title": "Are You Sure? - a dirty forms check plugin",
"description": "Are-you-sure is simple light-weight dirty forms JQuery Plugin for modern browsers. It helps prevent users from loosing unsaved form changes. It's dependency free and designed for modern browsers... just the features you need and nothing more! See the project page and demo for usage and examples.",
"keywords": [
"form",
"dirty",
"field",
"change",
"save-check",
"save-warning"
],
"version": "1.2.0",
"author": {
"name": "Chris Dance (codedance) at PaperCut Software",
"url": "https://github.com/codedance"
},
"maintainers": [
{
"name": "Chris Dance",
"email": "[email protected]",
"url": "http://www.papercut.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/codedance/jquery.AreYouSure/blob/master/README.md"
}
],
"bugs": "https://github.com/codedance/jquery.AreYouSure/issues",
"homepage": "https://github.com/codedance/jquery.AreYouSure",
"docs": "https://github.com/codedance/jquery.AreYouSure",
"demo": "http://www.papercut.com/products/free_software/are-you-sure/demo/are-you-sure-demo.html",
"dependencies": {
"jquery": ">=1.4.2"
}
}