{
  "name": "upstox",
  "version": "2.0.0",
  "description": "Library for node js to trade with Upstox APIs.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "mocha --recursive lib/test/"
  },
  "keywords": [
    "Upstox",
    "Share",
    "market",
    "trading",
    "UpstoxAPI"
  ],
  "author": "Renuka Misal",
  "license": "MIT",
  "homepage" : "https://github.com/upstox/upstox-nodejs#readme",
  "bugs": {
    "url": "https://github.com/upstox/upstox-nodejs/issues"
  },
  "dependencies": {
    "atob": "^2.0.3",
    "chai": "^3.5.0",
    "ink-docstrap": "^1.3.0",
    "lodash": "^4.17.4",
    "minami": "^1.1.1",
    "request": "^2.79.0",
    "request-promise": "^4.1.1",
    "websocket": "^1.0.24"
  },
  "devDependencies": {
    "mocha": "^3.2.0",
    "jsdoc": "^3.4.3",
    "minami": "^1.1.1",
    "jsdoc-toolkit": "0.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:upstox/upstox-nodejs.git"
  }
}
