symphony_market_data
Version:
The official JS client library for the Symphony Fintech MarketData API's
30 lines (29 loc) • 635 B
JSON
{
"name": "symphony_market_data",
"version": "0.0.5",
"description": "The official JS client library for the Symphony Fintech MarketData API's",
"main": "./lib/",
"keywords": [
"SymphonyFintech",
"Symphony",
"Fintech",
"trading",
"stockmarket",
"stock",
"Interactive",
"ClientApp"
],
"author": "Nilesh Bhope, Naga Pavan Tanguturi",
"license": "MIT",
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.4",
"socket.io-client": "~2.2.0"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}