You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by al...@apache.org on 2015/08/24 13:41:58 UTC

[32/50] [abbrv] incubator-taverna-databundle-viewer git commit: Update bower.json, create package.json and .bowerrc for deploy to the heroku

Update bower.json, create package.json and .bowerrc for deploy to the heroku


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/commit/4f3ab2ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/4f3ab2ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/4f3ab2ae

Branch: refs/heads/master
Commit: 4f3ab2ae3cd245b4c05795ed1caf4b7f99b543a8
Parents: 96da1d0
Author: Denis Karyakin <sa...@gmail.com>
Authored: Tue Aug 18 22:20:03 2015 +0300
Committer: Denis Karyakin <sa...@gmail.com>
Committed: Tue Aug 18 22:20:03 2015 +0300

----------------------------------------------------------------------
 .bowerrc     |  4 ++++
 bower.json   | 11 ++++-------
 package.json | 14 ++++++++++++++
 3 files changed, 22 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/4f3ab2ae/.bowerrc
----------------------------------------------------------------------
diff --git a/.bowerrc b/.bowerrc
new file mode 100644
index 0000000..9541e11
--- /dev/null
+++ b/.bowerrc
@@ -0,0 +1,4 @@
+{
+  "directory": "vendor/assets/bower_components/",
+  "analytics": false
+}

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/4f3ab2ae/bower.json
----------------------------------------------------------------------
diff --git a/bower.json b/bower.json
index 66358cc..77e64ce 100644
--- a/bower.json
+++ b/bower.json
@@ -1,10 +1,7 @@
 {
-  "name": "UI",
-  "vendor": {
-    "name": "UI vendor",
-    "dependencies": {
-      "bootstrap_theme": "almasaeed2010/AdminLTE",
-      "d3": "3.5.6"
-    }
+  "name": "data-bundle_viewer",
+  "dependencies": {
+    "bootstrap_theme": "almasaeed2010/AdminLTE",
+    "d3": "3.5.6"
   }
 }

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/4f3ab2ae/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ca142f9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+  "name": "databundle-viewer",
+  "version": "1.0.0",
+  "dependencies": {
+    "bower": "1.4.x"
+  },
+  "engine": {
+    "node": "0.11.x",
+    "npm": "2.1.x"
+  },
+  "scripts": {
+    "postinstall": "bower install"
+  }
+}