소스 검색

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