summaryrefslogtreecommitdiff
path: root/examples/webchannel/qwclient/package.json
blob: f5b9db0df6d21cd1999659c06f59d00f0511bfbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
    }
}