forked from darcyclarke/Watch.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwatch.jquery.json
More file actions
33 lines (33 loc) · 811 Bytes
/
watch.jquery.json
File metadata and controls
33 lines (33 loc) · 811 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
{
"name": "watch",
"title": "jQuery Watch.js",
"description": "A jQuery plugin for watching CSS property or element attribute changes.",
"version": "2.0.4",
"author": {
"name": "Darcy Clarke",
"url": "http://darcyclarke.me"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/darcyclarke/jQuery-Watch-Plugin/master/MIT-LICENSE"
}
],
"bugs": "https://github.com/darcyclarke/Watch.js/issues",
"homepage": "https://github.com/darcyclarke/Watch.js",
"docs": "https://github.com/darcyclarke/Watch.js",
"download": "http://code.jquery.com/#watch",
"dependencies": {
"jquery": ">=1.6"
},
"keywords": [
"watch",
"change",
"domattrmodified",
"propertychange",
"polling",
"attributes",
"properties",
"observer"
]
}