Skip to content

Commit 64f50e5

Browse files
committed
Defining the plugin as a bower package.
1 parent 6624bff commit 64f50e5

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

bower.json

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
1-
{
2-
"dependencies": {
3-
"jquery": "1"
4-
}
5-
}
1+
{
2+
"name": "checkboxes.js",
3+
"version": "1.0.2",
4+
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
5+
"authors": [
6+
"Rubens Mariuzzo <rubens@mariuzzo.com>"
7+
],
8+
"description": "A jQuery plugin that give you nice powers over your checkboxes.",
9+
"main": "src/jquery.checkboxes.js",
10+
"keywords": [
11+
"checkbox",
12+
"checkboxes",
13+
"jquery",
14+
"plugin",
15+
"check",
16+
"uncheck",
17+
"range",
18+
"selection"
19+
],
20+
"license": "MIT",
21+
"ignore": [
22+
"**/.*",
23+
"node_modules",
24+
"bower_components",
25+
"test",
26+
"tests"
27+
]
28+
}

0 commit comments

Comments
 (0)