Skip to content

Commit

Permalink
Added jQuery Plugin JSON Manifest File
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyt committed Sep 8, 2013
1 parent 3c7d376 commit 6425edc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions downCount.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "downCount",
"version": "1.0.0",
"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"
}
}

0 comments on commit 6425edc

Please sign in to comment.