UNPKG

stompjs-proxy

Version:
35 lines (34 loc) 793 B
{ "name": "stompjs-proxy", "version": "0.1.0", "description": "Stomp websocket proxy, for Stomp.js", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec", "jshint": "./node_modules/.bin/jshint index.js test/ example/ || exit 0" }, "repository": { "type": "git", "url": "https://github.com/HupuInc/stompjs-proxy.git" }, "keywords": [ "Stomp.js", "Websocket", "Proxy", "http-signature" ], "author": "Wang Wenlin", "license": "BSD", "dependencies": { "ws": "~0.4.31", "http-signature": "~0.10.0", "cluster-master": "~0.2.0" }, "devDependencies": { "mocha": "~1.18.2", "jshint": "~2.4.4", "stompjs": "~2.3.1", "stompjs-http-signature": "0.0.6" }, "readmeFilename": "README.md" }