lightstreamer-client
Version:
This package includes the resources needed to write a Lightstreamer client.
37 lines (30 loc) • 752 B
JSON
{
"name": "lightstreamer-client",
"version": "7.3.2",
"description": "This package includes the resources needed to write a Lightstreamer client.",
"keywords": [
"lightstreamer",
"push",
"realtime",
"real-time",
"websocket"
],
"homepage": "http://www.lightstreamer.com",
"bugs": {
"url" : "http://forum.lightstreamer.com/",
"email" : "support@lightstreamer.com"
},
"author": {
"name" : "Lightstreamer Srl",
"email" : "support@lightstreamer.com"
},
"files": ["README.md","lightstreamer.js"],
"main": "lightstreamer",
"engines": [
"node"
],
"dependencies": {
"faye-websocket": "^0.11.0",
"xmlhttprequest-cookie": "^0.9.4"
}
}