mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 07:46:06 +10:00
37 lines
843 B
JSON
37 lines
843 B
JSON
{
|
|
"name": "jquery.downCount",
|
|
"version": "1.0.0",
|
|
"filename": "jquery.downCount.min.js",
|
|
"title": "downCount - Simple Countdown clock with offset",
|
|
"description": "Simple countdown plugin that accounts for timezone",
|
|
"keywords": [
|
|
"countdown",
|
|
"timezone",
|
|
"offset"
|
|
],
|
|
"author": {
|
|
"name": "Sonny T.",
|
|
"url": "https://sonnyt.com"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://ionden.com/a/licence-en.html"
|
|
}
|
|
],
|
|
"homepage": "http://sonnyt.com/downCount-plugin/",
|
|
"docs": "https://github.com/sonnyt/downCount#downCount",
|
|
"demo": "http://sonnyt.com/downCount",
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
},
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/sonnyt/downCount.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"jquery.downCount.js"
|
|
]
|
|
}
|
|
}
|