JAL-857 merge from develop
[jalview.git] / examples / biojson-doc / bower.json
diff --git a/examples/biojson-doc/bower.json b/examples/biojson-doc/bower.json
new file mode 100755 (executable)
index 0000000..847e758
--- /dev/null
@@ -0,0 +1,25 @@
+{
+  "name": "docson",
+  "main": "docson.js",
+  "version": "0.1.0",
+  "homepage": "https://github.com/lbovet/docson",
+  "authors": [
+    "Laurent Bovet <laurent.bovet@windmaster.ch>"
+  ],
+  "description": "Documentation for your JSON types",
+  "moduleType": [
+    "amd"
+  ],
+  "keywords": [
+    "docson",
+    "json"
+  ],
+  "license": "http://www.apache.org/licenses/LICENSE-2.0",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ]
+}