Quellcode durchsuchen

updated package.json

Emanuele Marchi vor 11 Jahren
Ursprung
Commit
74412a2abf
1 geänderte Dateien mit 5 neuen und 4 gelöschten Zeilen
  1. 5 4
      package.json

+ 5 - 4
package.json

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