ohlc-aggregator
Version:
Aggregates ohlcv values into coarse grain intervals
30 lines (29 loc) • 564 B
JSON
{
"name": "ohlc-aggregator",
"version": "1.0.16",
"description": "Aggregates ohlcv values into coarse grain intervals",
"main": "lib/index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ourarash/ohlc-aggregator.git"
},
"keywords": [
"ohlc",
"ohlcv",
"aggregate",
"candle",
"trading"
],
"author": "",
"license": "ISC",
"dependencies": {
"moment": "^2.24.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0"
}
}