Blame view

controllets/shared_js/bootstrap-toggle-master/package.json 715 Bytes
73bcce88   luigser   COMPONENTS
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
  {
    "name": "bootstrap-toggle",
    "description": "Bootstrap Toggle is a highly flexible Bootstrap plugin that converts checkboxes into toggles",
    "version": "2.0.0",
    "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"
    }
  }