]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/frameworks/bootstrap-toggle/package.json
Merge pull request #3213 from Hypolite/issue/#2792-2
[friendica.git] / view / theme / frio / frameworks / bootstrap-toggle / package.json
1 {
2   "name": "bootstrap-toggle",
3   "description": "Bootstrap Toggle is a highly flexible Bootstrap plugin that converts checkboxes into toggles",
4   "version": "2.2.2",
5   "main": "js/bootstrap-toggle.js",
6   "keywords": [
7     "bootstrap",
8     "toggle",
9     "bootstrap-toggle",
10     "switch",
11     "bootstrap-switch"
12   ],
13   "homepage": "http://www.bootstraptoggle.com",
14   "repository": {
15     "type": "git",
16     "url": "https://github.com/minhur/bootstrap-toggle.git"
17   },
18   "license": "MIT",
19   "author": "Min Hur <min.hur@gmail.com>",
20   "bugs": {
21     "url": "https://github.com/minhur/bootstrap-toggle/issues"
22   },
23   "devDependencies": {
24     "grunt-contrib-clean": "^0.6.0",
25     "grunt-contrib-cssmin": "^0.10.0",
26     "grunt-contrib-uglify": "^0.6.0"
27   }
28 }