fme-quotes-oanda
Version:
This takes the oanda interface and streams quotes using the fme-quote format
30 lines (29 loc) • 675 B
JSON
{
"name": "fme-quotes-oanda",
"version": "1.0.23",
"description": "This takes the oanda interface and streams quotes using the fme-quote format",
"main": "fme-quotes-oanda",
"types": "fme-quotes-oanda.d.ts",
"scripts": {
"test": "test-fme-quotes-oanda"
},
"keywords": [
"oanda",
"fme",
"quotes",
"xronos"
],
"author": "marlin cobb",
"license": "ISC",
"dependencies": {
"fme-logger": "^1.1.0",
"fme-quotes-models": "^1.0.3",
"moment-timezone": "^0.5.14",
"oanda-adapter": "^0.1.15"
},
"devDependencies": {
"@types/moment-timezone": "^0.5.3",
"@types/mongodb": "^3.0.0",
"@types/node": "^9.3.0"
}
}