summaryrefslogtreecommitdiff
path: root/base_accounting_kit/static/lib/bootstrap-toggle-master/bower.json
blob: 9d941dff9f4e701de7d86141fd743d6e282a68d0 (plain)
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": "bootstrap-toggle",
  "description": "Bootstrap Toggle is a highly flexible Bootstrap plugin that converts checkboxes into toggles",
  "version": "2.2.1",
  "keywords": [
    "bootstrap",
    "toggle",
    "bootstrap-toggle",
    "switch",
    "bootstrap-switch"
  ],
  "homepage": "http://www.bootstraptoggle.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/minhur/bootstrap-toggle.git"
  },
  "license": "MIT",
  "authors": [
    "Min Hur <min.hur@gmail.com>"
  ],
  "main": [
    "./js/bootstrap-toggle.min.js",
    "./css/bootstrap-toggle.min.css"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}