Skip to content

Commit

Permalink
Add jQuery Plugin package.json: https://github.com/jquery/plugins.jqu…
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Dec 10, 2011
1 parent efa18d1 commit eb154f7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "iphone-style-checkboxes",
"version": "1.0",
"title": "iPhone-Style Checkboxes",
"author": {
"name": "Thomas Reynolds",
"url": "https://github.com/tdreyno"
},
"licenses": [
{
"type": "MIT",
"url": "LICENSE"
}
],
"dependencies": {
"jquery": "1"
},
"description": "Converts normal checkbox inputs into iPhone-style sliders",
"keywords": [
"iphone",
"ios",
"input",
"form",
"checkbox"
],
"homepage": "https://github.com/tdreyno/iphone-style-checkboxes",
"contributors": [
],
"files": [
"jquery/iphone-style-checkboxes.js"
]
}

0 comments on commit eb154f7

Please sign in to comment.