Skip to content

Commit

Permalink
Defining the plugin as a bower package.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Feb 20, 2014
1 parent 6624bff commit 64f50e5
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
{
"dependencies": {
"jquery": "1"
}
}
{
"name": "checkboxes.js",
"version": "1.0.2",
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
"authors": [
"Rubens Mariuzzo <[email protected]>"
],
"description": "A jQuery plugin that give you nice powers over your checkboxes.",
"main": "src/jquery.checkboxes.js",
"keywords": [
"checkbox",
"checkboxes",
"jquery",
"plugin",
"check",
"uncheck",
"range",
"selection"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 64f50e5

Please sign in to comment.