Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1329 jmachado 1
{
2
  "name": "bootstrap-toggle",
3
  "description": "Bootstrap Toggle is a highly flexible Bootstrap plugin that converts checkboxes into toggles",
4
  "version": "2.2.1",
5
  "keywords": [
6
    "bootstrap",
7
    "toggle",
8
    "bootstrap-toggle",
9
    "switch",
10
    "bootstrap-switch"
11
  ],
12
  "homepage": "http://www.bootstraptoggle.com",
13
  "repository": {
14
    "type": "git",
15
    "url": "https://github.com/minhur/bootstrap-toggle.git"
16
  },
17
  "license": "MIT",
18
  "authors": [
19
    "Min Hur <min.hur@gmail.com>"
20
  ],
21
  "main": [
22
    "./js/bootstrap-toggle.min.js",
23
    "./css/bootstrap-toggle.min.css"
24
  ],
25
  "ignore": [
26
    "**/.*",
27
    "node_modules",
28
    "bower_components",
29
    "test",
30
    "tests"
31
  ]
32
}