-
Notifications
You must be signed in to change notification settings - Fork 57
/
attrchange.jquery.json
38 lines (38 loc) · 1.17 KB
/
attrchange.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": "attrchange",
"version": "1.0.1",
"title": "jQuery attrchange Handler",
"description": "attrchange is a simple jQuery crossbrowser plugin to bind a listener function to any HTML element on attribute change. ",
"keyworkds": [
"attribute",
"attribute change",
"DOMAttrModified",
"MutationObserver",
"onchange",
"onpropertychange"
],
"author": {
"name": "Selvakumar Arumugam",
"url": "http://meetselva.github.com/attrchange/"
},
"maintainers": [
{
"name": "Selvakumar Arumugam",
"email": "meetselva@gmail.com",
"url": "http://meetselva.github.com/attrchange/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/meetselva/attrchange/master/MIT-License.txt"
}
],
"bugs": "https://github.com/meetselva/attrchange/issues?state=open",
"docs": "http://meetselva.github.com/attrchange/",
"homepage": "http://meetselva.github.com/attrchange/",
"download": "https://github.com/meetselva/attrchange/zipball/master",
"dependencies": {
"jquery": ">=1.7"
}
}