forked from zerodha/kiteconnectjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "kiteconnect",
"version": "3.1.0",
"description": "The official JS client library for the Kite Connect trading APIs",
"main": "./lib/",
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerodhatech/kiteconnectjs.git"
},
"keywords": [
"kiteconnect",
"kite",
"zerodha",
"rainmatter",
"trading",
"api",
"stock",
"market"
],
"author": "Vivek R",
"license": "MIT",
"bugs": {
"url": "https://github.com/zerodhatech/kiteconnectjs/issues"
},
"homepage": "https://github.com/zerodhatech/kiteconnectjs#readme",
"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"
}
}