Skip to content

Commit 8d78b09

Browse files
committed
Update package.json with more data.
1 parent ab9d408 commit 8d78b09

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
{
22
"name": "checkboxes.js",
33
"version": "1.0.6",
4+
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
5+
"keywords": [
6+
"checkbox",
7+
"checkboxes",
8+
"range",
9+
"jquery",
10+
"plugin"
11+
],
412
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
5-
"keywords": "checkbox checkboxes",
13+
"bugs": "https://github.com/rmariuzzo/checkboxes.js/issues",
614
"license": "MIT",
7-
"author": "Rubens Mariuzzo <rubens@mariuzzo.com> (http://mariuzzo.com/)",
15+
"author": {
16+
"name": "Rubens Mariuzzo",
17+
"email": "rubens@mariuzzo.com",
18+
"url": "https://github.com/rmariuzzo"
19+
},
20+
"contributors": [],
21+
"main": "dist/jquery.checkboxes-1.0.6.min.js",
822
"repository": {
923
"type": "git",
1024
"url": "https://github.com/rmariuzzo/checkboxes.js.git"

0 commit comments

Comments
 (0)