stock-directory
Version:
get current stocks details
23 lines (22 loc) • 417 B
JSON
{
"name": "stock-directory",
"version": "1.2.4",
"description": "get current stocks details",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"finance",
"stock",
"trade",
"trading",
"profit"
],
"author": "Shivanu bhateja",
"license": "ISC",
"dependencies": {
"promise": "^8.0.1",
"request": "^2.81.0"
}
}