You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
677 B

{
"name": "timer",
"title": "jQuery Timer",
"description": "jQuery plugin for handling timer events.",
"keywords": [
"timer",
"setInterval"
],
"version": "1.0.3",
"author": {
"name": "James Brooks",
"email": "jbrooksuk@me.com",
"url": "http://james.brooks.so"
},
"licenses": [
{
"type": "MIT",
"url": "http://jbrooksuk.mit-license.org"
}
],
"bugs": "https://github.com/jbrooksuk/jQuery-Timer-Plugin/issues",
"homepage": "https://github.com/jbrooksuk/jQuery-Timer-Plugin/",
"docs": "https://github.com/jbrooksuk/jQuery-Timer-Plugin/",
"download": "https://github.com/jbrooksuk/jQuery-Timer-Plugin/",
"dependencies": {
"jquery": ">=1.5"
}
}