stock-alert
Version:
A Node API for NIFTY, SENSEX, NASDAQ and DOWJONES
35 lines • 841 B
JSON
{
"name": "stock-alert",
"version": "2.0.4",
"description": "A Node API for NIFTY, SENSEX, NASDAQ and DOWJONES",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"stock-alert": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prdpx7/stock-alert.git"
},
"keywords": [
"nifty",
"indian exchange",
"indian stock exchange",
"US stock exchange",
"US market",
"sensex",
"NASDAQ",
"dowjones"
],
"author": "Pradeep Khileri <pradeepchoudhary009@gmail.com> (https://prdpx7.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/prdpx7/stock-alert/issues"
},
"homepage": "https://github.com/prdpx7/stock-alert#readme",
"dependencies": {
"node-notifier": "^5.2.1"
}
}