Skip to content

Commit 2e50f32

Browse files
committed
bower package generation
1 parent 98b8a3d commit 2e50f32

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

bower.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
{
22
"name": "pretty-checkbox",
3+
"version": "1.0",
34
"description": "Scalable css3 pretty checkbox and radio buttons",
45
"license": "MIT",
6+
"main": "src/pretty.css",
57
"homepage": "https://lokesh-coder/github.io/pretty-checkbox",
8+
"authors": [
9+
"Lokesh <mexican.dirtyfellow@gmail.com>"
10+
],
611
"ignore": ["Gulpfile.js"],
7-
"dependencies": {}
12+
"dependencies": {} ,
13+
"keywords": [
14+
"checkbox",
15+
"radio",
16+
"bootstrap",
17+
"css3",
18+
"animations"
19+
],
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests"
26+
]
827
}

0 commit comments

Comments
 (0)