Skip to content

Commit 843d5a3

Browse files
committed
add npm support
1 parent fba1dd1 commit 843d5a3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

package.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "awesome-bootstrap-checkbox",
3+
"version": "0.3.5",
4+
"description": "Font Awesome Bootstrap Checkboxes & Radios. Pure css way to make inputs look prettier.",
5+
"main": "awesome-bootstrap-checkbox.css",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/flatlogic/awesome-bootstrap-checkbox.git"
12+
},
13+
"keywords": [
14+
"bootstrap",
15+
"font-awesome",
16+
"scss",
17+
"less"
18+
],
19+
"author": "contact@flatlogic.com (http://flatlogic.com)",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/flatlogic/awesome-bootstrap-checkbox/issues"
23+
},
24+
"homepage": "https://github.com/flatlogic/awesome-bootstrap-checkbox",
25+
"files": [
26+
"demo",
27+
"awesome-bootstrap-checkbox.css",
28+
"awesome-bootstrap-checkbox.scss",
29+
"awesome-bootstrap-checkbox.less",
30+
"bower.json"
31+
]
32+
}

0 commit comments

Comments
 (0)