Explorar o código

updated package.json

Emanuele Marchi %!s(int64=11) %!d(string=hai) anos
pai
achega
74412a2abf
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  1. 5 4
      package.json

+ 5 - 4
package.json

@@ -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"
   }
-}
+}