trading-charts
Version:
A lightweight trading chart library specially designed for small screens like mobile
33 lines (32 loc) • 791 B
JSON
{
"name": "trading-charts",
"version": "0.2.3",
"description": "A lightweight trading chart library specially designed for small screens like mobile",
"main": "CandlestickChart.js",
"files": [
"dist/**",
"CandlestickChart.js"
],
"scripts": {
"minify": "cat dist/browser.js | terser --compress --mangle > dist/browser.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XRPL-Labs/trading-charts.git"
},
"keywords": [
"lightweight",
"crypto",
"trading",
"mobile",
"chart",
"candlestick",
"OHLC"
],
"author": "Christian Behler",
"license": "MIT",
"bugs": {
"url": "https://github.com/XRPL-Labs/trading-charts/issues"
},
"homepage": "https://github.com/XRPL-Labs/trading-charts#readme"
}