summaryrefslogtreecommitdiff
path: root/base_accounting_kit/static/lib/bootstrap-toggle-master/package.json
blob: b67456bce79eb76496efbdb8a3852ccefe19749f (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
{
  "name": "bootstrap-toggle",
  "description": "Bootstrap Toggle is a highly flexible Bootstrap plugin that converts checkboxes into toggles",
  "version": "2.2.2",
  "main": "js/bootstrap-toggle.js",
  "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",
  "author": "Min Hur <min.hur@gmail.com>",
  "bugs": {
    "url": "https://github.com/minhur/bootstrap-toggle/issues"
  },
  "devDependencies": {
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-cssmin": "^0.10.0",
    "grunt-contrib-uglify": "^0.6.0"
  }
}