sharewatch
Version:
Fetch Real-time Indian stock market data from NSE (National Stock Exchange) and BSE (Bombay Stock Exchange)
58 lines (57 loc) • 1.21 kB
JSON
{
"name": "sharewatch",
"version": "1.2.2",
"description": "Fetch Real-time Indian stock market data from NSE (National Stock Exchange) and BSE (Bombay Stock Exchange)",
"main": "index.js",
"engines": {
"node": ">= 6.11.0"
},
"scripts": {
"lint": "eslint .",
"test": "mocha"
},
"bin": {
"sharewatch": "bin/sharewatch.js"
},
"directories": {
"lib": "lib",
"test": "test",
"bin": "bin"
},
"files": [
"LICENSE",
"README.md",
"History.md",
"index.js",
"lib/",
"bin/"
],
"keywords": [
"NSE",
"BSE",
"Indian Stock Market"
],
"author": "Anjul Garg <anjulgarg@live.com>",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.13",
"commander": "^2.19.0",
"moment": "^2.24.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.15.3",
"mocha": "^6.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anjulgarg/sharewatch.git"
},
"bugs": {
"url": "https://github.com/anjulgarg/sharewatch/issues"
},
"homepage": "https://github.com/anjulgarg/sharewatch#readme"
}