Files
2014-11-08 15:40:40 +08:00

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