node-xts-interactive-api
Version:
The official JS client library for the Symphony Fintech Trading API's
31 lines (30 loc) • 658 B
JSON
{
"name": "node-xts-interactive-api",
"version": "0.0.4",
"description": "The official JS client library for the Symphony Fintech Trading 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",
"linq": "~3.1.1"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}