Stein, Peter преди 11 години
родител
ревизия
3e3704ab1f
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 13 0
      component.json

+ 13 - 0
component.json

@@ -0,0 +1,13 @@
+{
+  "name"        : "bootstrap-switch",
+  "description" : "Unofficial bootstrap switch",
+  "version"     : "1.6.0",
+  "main"        : "static/js/bootstrap-switch.js",
+  "ignore": "examples",
+  "dependencies": {
+    "jquery": "~1.9.0"
+  }
+  "scripts": [
+    "static/js/bootstrap-switch.js"
+  ]
+}