Browse Source

Add bower.json

Herbert Vojčík 10 years ago
parent
commit
fe7f2471c0
1 changed files with 19 additions and 0 deletions
  1. 19 0
      bower.json

+ 19 - 0
bower.json

@@ -0,0 +1,19 @@
+{
+  "name": "amber",
+  "version": "0.1.0",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ],
+  "dependencies": {
+    "jquery": ">=1.7.0",
+    "jquery-ui": ">=1.9.2",
+    "bootstrap2.3.2": "~2.3.2",
+    "jquery-tabby": "git://github.com/alanhogan/Tabby",
+    "codemirror": "~3.24.0",
+    "showdown": "~0.3.1"
+  }
+}