data-forge-from-yahoo
Version:
Data-Forge plugin for pulling data from the Yahoo financial API.
33 lines (32 loc) • 793 B
JSON
{
"name": "data-forge-from-yahoo",
"version": "0.0.21",
"description": "Data-Forge plugin for pulling data from the Yahoo financial API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/data-forge/data-forge-from-yahoo"
},
"keywords": [
"data",
"analysis",
"transformation",
"data-forge",
"yahoo",
"financial"
],
"author": "ashley@codecapers.com.au",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-forge/data-forge-from-yahoo/issues"
},
"homepage": "https://github.com/data-forge/data-forge-from-yahoo",
"dependencies": {
"linq": "^3.0.5",
"moment": "^2.11.0",
"request-promise": "^1.0.2"
}
}