fme-poloniex
Version:
API for fetching data from the Poloniex API
32 lines (31 loc) • 668 B
JSON
{
"name": "fme-poloniex",
"version": "1.1.2",
"description": "API for fetching data from the Poloniex API",
"main": "poloniex.js",
"scripts": {
"test": "test-poloniex.js"
},
"types": "poloniex.d.ts",
"keywords": [
"Barchart",
"Quotes",
"Historic",
"Quotes",
"Stocks"
],
"author": "Marlin Cobb",
"license": "ISC",
"dependencies": {
"fme-logger": "^1.1.0",
"fme-quotes-models": "^1.0.9",
"http": "0.0.0",
"moment-timezone": "^0.5.17",
"mongodb": "^3.1.0-beta4",
"poloniex-api-node": "^1.9.0"
},
"devDependencies": {
"@types/moment-timezone": "^0.5.4",
"@types/mongodb": "^3.0.18"
}
}