ソースを参照

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