From 766bc5d499d853df3ce753fd4655c99d0ce60f10 Mon Sep 17 00:00:00 2001 From: kennethsabir Date: Thu, 16 Jul 2015 15:13:00 +1000 Subject: [PATCH] adding bower support --- bower.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..2dc70b86 --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "dalliance", + "version": "0.13.0", + "homepage": "http://biodalliance.org", + "authors": [ + "thomas.a.down@gmail.com" + ], + "description": "Interactive web-based genome browser", + "main": ["build/dalliance-all.js", + "build/worker-all.js", + "img", + "css", + "fonts" + ], + "keywords": [ + "genome", + "browser", + "html5" + ], + "license": "Unknown", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test" + ], + "repository": { + "type": "git", + "url": "git://github.com/dasmoth/dalliance.git" + } +}