Files
cdnjs/ajax/libs/watch/package.json
T

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"
}
}