mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-24 20:26:13 +10:00
38 lines
875 B
JSON
38 lines
875 B
JSON
{
|
|
"name": "jquery-idletimer",
|
|
"title": "Idle Timer",
|
|
"description": "provides you a way to monitor user activity with a page.",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/thorst/jquery-idletimer",
|
|
"filename": "idle-timer.min.js",
|
|
"author": {
|
|
"name": "Paul Irish",
|
|
"email": "paul.irish@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Mike Sherov",
|
|
"email": "mike.sherov@gmail.com"
|
|
},
|
|
{
|
|
"name": "Todd Horst",
|
|
"email": "toddmhorst@yahoo.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/thorst/jquery-idletimer.git"
|
|
},
|
|
"bugs": "https://github.com/thorst/jquery-idletimer/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/thorst/jquery-idletimer/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": "1.7"
|
|
},
|
|
"keywords": []
|
|
}
|