forked from darcyclarke/Watch.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwatch.jquery.json
33 lines (33 loc) · 933 Bytes
/
watch.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
{
"name": "watch",
"title": "jQuery Watch",
"description": "jQuery plugin for watching CSS property or element attribute changes.",
"keywords": [
"watch",
"change",
"domattrmodified",
"propertychange",
"polling",
"attributes",
"properties",
"observer"
],
"version": "2.0.3",
"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/jQuery-Watch-Plugin/issues",
"homepage": "https://github.com/darcyclarke/jQuery-Watch-Plugin",
"docs": "https://github.com/darcyclarke/jQuery-Watch-Plugin",
"download": "http://code.jquery.com/#watch",
"dependencies": {
"jquery": ">=1.6"
}
}