|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "bootstrap-switch",
|
|
|
- "description": "Unofficial bootstrap switch",
|
|
|
+ "description": "Turn checkboxes and radio buttons in toggle switches.",
|
|
|
"version": "2.0.0",
|
|
|
"keywords": [
|
|
|
"bootstrap",
|
|
@@ -25,13 +25,14 @@
|
|
|
}
|
|
|
],
|
|
|
"main": "build/js/bootstrap-switch.js",
|
|
|
- "scripts": {
|
|
|
- "test": "grunt test"
|
|
|
+ "dependencies": {
|
|
|
+ "jquery": ">=1.9.0"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "git://github.com/nostalgiaz/bootstrap-switch.git"
|
|
|
},
|
|
|
+ "bugs": "https://github.com/nostalgiaz/bootstrap-switch/issues",
|
|
|
"license": "Apache Version 2",
|
|
|
"readmeFilename": "README.md",
|
|
|
"devDependencies": {
|
|
@@ -46,4 +47,4 @@
|
|
|
"grunt-coffeelint": "0.0.8",
|
|
|
"grunt-banner": "~0.2.0"
|
|
|
}
|
|
|
-}
|
|
|
+}
|