UNPKG

tean-js

Version:

A simple forex and stock technical analysis module

29 lines (28 loc) 710 B
{ "name": "tean-js", "version": "1.1.1", "description": "A simple forex and stock technical analysis module", "main": "app.js", "author": "Jo�o Marcelo Brito <joaomgab@al.insper.edu.br>", "homepage": "https://github.com/jmbrito01/TeanJS", "repository": {"type": "git", "url": "https://github.com/jmbrito01/TeanJS.git"}, "dependencies": { "yahoo-currency": "^0.0.9", "yahoo-finance": "^0.2.11" }, "bugs": { "url": "https://github.com/jmbrito01/TeanJS/issues" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "forex", "currency", "stock", "quotes", "quote" ], "license": "MIT" }