summaryrefslogtreecommitdiff
path: root/examples/webchannel/qwclient/package.json
diff options
context:
space:
mode:
authorSumedha Widyadharma <sumedha.widyadharma@basyskom.com>2014-08-08 11:07:46 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-09-19 16:38:45 +0200
commit46fc950424f9dedf014176153249d2f29bee8659 (patch)
tree0b2ff0076d640e68fdfb82b13a19ea57918d0b93 /examples/webchannel/qwclient/package.json
parentbcbaa596815caf53c80f4a5220fb008000b3d897 (diff)
downloadqtwebchannel-46fc950424f9dedf014176153249d2f29bee8659.tar.gz
Added a generic node.js debug client as an example
qwclient can connect to any qwebchannel server using a websocket transport. The service can then be used through a REPL. It can, for instance, be used with the standalone example server. Change-Id: Ie73d19b0376caf2fcf6ae02ec19a56e27bddfd33 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'examples/webchannel/qwclient/package.json')
-rw-r--r--examples/webchannel/qwclient/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/webchannel/qwclient/package.json b/examples/webchannel/qwclient/package.json
new file mode 100644
index 0000000..f5b9db0
--- /dev/null
+++ b/examples/webchannel/qwclient/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "qwclient",
+ "description": "A generic REPL client for qwebchannel services using a websocket transport.",
+ "author": "Sumedha Widyadharma <sumedha.widyadharma@basyskom.com>",
+ "version": "0.0.1",
+ "dependencies": {
+ "faye-websocket": "0.7.x"
+ },
+ "engine": "node 0.10.x",
+ "repository": {
+ "type": "git",
+ "url": "git://gitorious.org/qt/qtwebchannel.git"
+ }
+}