Explorar el Código

Create bower.json

Stein, Peter hace 12 años
padre
commit
21f2c7314b
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      bower.json

+ 15 - 0
bower.json

@@ -0,0 +1,15 @@
+{
+  "name": "bootstrap-switch",
+  "version": "1.6",
+  "main": [
+    "static/js/bootstrap-switch.js",
+    "static/stylesheets/bootstrap-switch.css"
+  ],
+  "ignore": [
+    ".jshintrc",
+    "**/*.txt"
+  ],
+  "dependencies": {
+    "jquery": "~1.9.0",
+  }
+}