فهرست منبع

Create bower.json

Stein, Peter 11 سال پیش
والد
کامیت
21f2c7314b
1فایلهای تغییر یافته به همراه15 افزوده شده و 0 حذف شده
  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",
+  }
+}