quotr
Version:
A Node.js CLI for displaying stock exchange quotes
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "quotr",
"version": "0.7.6",
"description": "A Node.js CLI for displaying stock exchange quotes",
"scripts": {
"build-lib": "babel-node ./tools/build-lib.js",
"start": "babel-node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrerpena/quotr.git"
},
"keywords": [
"stock-exchange",
"stocks",
"stock-market",
"market"
],
"author": "Andre Pena",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrerpena/quotr/issues"
},
"homepage": "https://github.com/andrerpena/quotr#readme",
"dependencies": {
"babar": "0.0.3",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"formato": "^1.0.5",
"jsonfile": "^2.2.3",
"moment": "^2.10.6",
"underscore": "^1.8.3",
"vorpal": "^1.3.34",
"yahoo-finance": "^0.2.12"
},
"preferGlobal": true,
"bin": {
"quotr": "lib/index.js"
},
"devDependencies": {
"child-process-promise": "^1.1.0",
"csv": "^0.4.6",
"fast-csv": "^0.6.0",
"fs-extra-promise": "^0.3.0",
"rimraf-promise": "^2.0.0"
}
}