Ver código fonte

Create component.json

Stein, Peter 11 anos atrás
pai
commit
3e3704ab1f
1 arquivos alterados com 13 adições e 0 exclusões
  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"
+  ]
+}