mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
35 lines
973 B
JSON
35 lines
973 B
JSON
{
|
|
"name": "watch",
|
|
"filename": "jquery.watch.min.js",
|
|
"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"
|
|
}
|
|
}
|