forked from bantikyan/icheck-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bower.json
36 lines (36 loc) · 769 Bytes
/
.bower.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
33
34
35
36
{
"name": "icheck-bootstrap",
"description": "Pure css checkboxes and radio buttons for Twitter Bootstrap.",
"version": "3.0.1",
"main": "icheck-bootstrap.css",
"keywords": [
"checkbox",
"radio",
"bootstrap",
"pure",
"css"
],
"authors": [
{
"name": "Hovhannes Bantikyan",
"email": "bantikyan@gmail.com",
"url": "https://github.com/bantikyan"
}
],
"ignore": [
"**/.*",
"_layouts",
"assets",
"_config.yml",
"package.json",
"package-lock.json",
"icheck-bootstrap.nuspec",
"README.md"
],
"license": "MIT",
"homepage": "https://github.com/bantikyan/icheck-bootstrap",
"repository": {
"type": "git",
"url": "git://github.com/bantikyan/icheck-bootstrap.git"
}
}