velet
Version:
The official JS client library for the Kite Connect trading APIs
36 lines (35 loc) • 692 B
JSON
{
"name": "velet",
"version": "1.2.2",
"description": "The official JS client library for the Kite Connect trading APIs",
"main": "./lib/",
"repository": {
"type": "git",
"url": "https://github.com/IlaDeckow/velet.git"
},
"keywords": [
"iusto",
"kite",
"zerodha",
"fuga",
"trading",
"api",
"stock",
"market"
],
"author": "BernieOndricka",
"license": "MIT",
"bugs": {
"url": "https://github.com/IlaDeckow/velet.git/issues"
},
"dependencies": {
"axios": "^0.17.1",
"crypto-js": "^3.1.9-1",
"papaparse": "^4.3.6",
"ws": "^1.1.1"
},
"devDependencies": {
"jsdoc": "^3.4.0",
"minami": "^1.1.1"
}
}