DISPATCH-801 3rd party libraries are now installed via npm

Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/58461d73
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/58461d73
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/58461d73

Branch: refs/heads/master
Commit: 58461d73042b274e786f23ff28a06abd25b677b8
Parents: a93825a
Author: Ernest Allen <eal...@redhat.com>
Authored: Sat Nov 11 08:59:54 2017 -0500
Committer: Ernest Allen <eal...@redhat.com>
Committed: Sat Nov 11 08:59:54 2017 -0500

----------------------------------------------------------------------
 console/stand-alone/package.json | 44 +++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/58461d73/console/stand-alone/package.json
----------------------------------------------------------------------
diff --git a/console/stand-alone/package.json b/console/stand-alone/package.json
new file mode 100644
index 0000000..2e8d78e
--- /dev/null
+++ b/console/stand-alone/package.json
@@ -0,0 +1,44 @@
+{
+  "name": "dispatch-console-stand-alone",
+  "version": "1.1.0",
+  "description": "Qpid Dispatch Router stand-alone console",
+  "main": "index.html",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/apache/qpid-dispatch.git";
+  },
+  "keywords": [
+    "qpid",
+    "dispatch",
+    "console"
+  ],
+  "author": "RedHat",
+  "license": "Apache-2.0",
+  "bugs": {
+    "url": "https://github.com/apache/qpid-dispatch/issues";
+  },
+  "homepage": "https://github.com/apache/qpid-dispatch#readme";,
+  "dependencies": {
+    "angular": "1.5.11",
+    "angular-animate": "1.5.11",
+    "angular-resource": "1.5.11",
+    "angular-route": "1.5.11",
+    "angular-sanitize": "1.5.11",
+    "angular-ui-bootstrap": "^2.5.6",
+    "angular-ui-grid": "^4.0.8",
+    "angular-ui-slider": "^0.4.0",
+    "d3": "^3.5.14",
+    "d3-queue": "^3.0.7",
+    "dispatch-management": "^0.1.0",
+    "html5shiv": "^3.7.3",
+    "jquery": "^3.2.1",
+    "jquery-ui-dist": "^1.12.1",
+    "jquery.fancytree": "^2.26.0",
+    "jquery.tipsy": "^1.0.3",
+    "notifyjs-browser": "^0.4.2",
+    "patternfly": "^3.30.0"
+  }
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to