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