{
  "name": "nse-historical-data",
  "version": "2.0.1",
  "description": "Get historical data from all indices listed on the National Stock Exchange, India.",
  "main": "lib/index.js",
  "scripts": {
    "test": "babel-node test.js",
    "build": "babel src -d lib -s"
  },
  "keywords": [
    "stock-market",
    "financial-data",
    "nse-stock-data",
    "india"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hotessy/nse-historical-data.git"
  },
  "author": "hotessy (https://github.com/hotessy)",
  "license": "MIT",
  "readme": "README.md",
  "dependencies": {
    "csvjson": "^5.0.0",
    "lodash": "^4.17.4",
    "moment-timezone": "^0.5.14",
    "request": "^2.83.0",
    "request-promise": "^4.2.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "webpack": "^3.10.0"
  }
}
