Skip to content

Commit

Permalink
Created a select-or-die.jquery.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vestman committed May 9, 2014
1 parent 27de779 commit 419a081
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions select-or-die.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "select-or-die",
"version": "0.1.3",
"title": "Select or Die",
"author": {
"name": "Per Vestman",
"email": "[email protected]",
"url": "http://vst.mn"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.8"
},
"description": "Yet another jQuery plugin to style/replace select elements.",
"keywords": [
"select",
"input",
"form",
"dropdown",
"native",
"replacement",
"css",
"ui",
"javascript",
"jquery",
"vestman"
],
"docs": "http://vst.mn/selectordie",
"demo": "http://vst.mn/selectordie",
"download": "https://github.com/vestman/Select-or-Die",
"bugs": "https://github.com/vestman/Select-or-Die/issues",
"homepage": "http://vst.mn/selectordie"
}

0 comments on commit 419a081

Please sign in to comment.