lime-transport-websocket
Version:
WebSocket transport class for the LIME protocol
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "lime-transport-websocket",
"version": "2.0.3",
"description": "WebSocket transport class for the LIME protocol",
"main": "WebSocketTransport.js",
"files": [
"WebSocketTransport.js"
],
"scripts": {
"test": "./node_modules/.bin/mocha ./test --recursive",
"test:watch": "./node_modules/.bin/mocha ./test --recursive -w",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takenet/lime-transport-websocket.git"
},
"keywords": [
"lime",
"websocket",
"ws",
"http",
"transport"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/takenet/lime-transport-websocket/issues"
},
"homepage": "https://github.com/takenet/lime-transport-websocket#readme",
"dependencies": {
"bluebird": "^3.4.0",
"lime-js": "^3.0.1",
"websocket": "^1.0.23"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}