forked from rubentd/dirrty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirrty.jquery.json
More file actions
34 lines (34 loc) · 813 Bytes
/
dirrty.jquery.json
File metadata and controls
34 lines (34 loc) · 813 Bytes
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
{
"name": "dirrty",
"title": "dirrty",
"description": "lightweight jquery plugin to detect when the fields of a form are modified",
"keywords": [
"dirty",
"form",
"fields",
"changes"
],
"version": "0.2.0",
"author": {
"name": "Ruben Torres"
},
"maintainers": [
{
"name": "Ruben Torres",
"email": "rubentdh@gmail.com",
"url": "rubentd.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/darthrubens/dirrty/blob/master/LICENSE"
}
],
"homepage": "http://rubentd.com/dirrty",
"docs": "http://rubentd.com/dirrty",
"download": "http://rubentd.com/dirrty",
"dependencies": {
"jquery": ">=1.5"
}
}