We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b8a3d commit 2e50f32Copy full SHA for 2e50f32
bower.json
@@ -1,8 +1,27 @@
1
{
2
"name": "pretty-checkbox",
3
+ "version": "1.0",
4
"description": "Scalable css3 pretty checkbox and radio buttons",
5
"license": "MIT",
6
+ "main": "src/pretty.css",
7
"homepage": "https://lokesh-coder/github.io/pretty-checkbox",
8
+ "authors": [
9
+ "Lokesh <mexican.dirtyfellow@gmail.com>"
10
+ ],
11
"ignore": ["Gulpfile.js"],
- "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
+ ]
27
}
0 commit comments