@daryl110/go-chart
Version:
library to easily build charts
41 lines (40 loc) • 765 B
JSON
{
"name": "@daryl110/go-chart",
"version": "1.2.6",
"description": "library to easily build charts",
"main": "index.js",
"author": "daryl110",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Daryl110/go-chart.git"
},
"scripts": {
"doc": "jsdoc -c ./jsdoc.json"
},
"dependencies": {
"chart.js": "^2.9.3",
"d3": "^5.16.0",
"moment": "^2.26.0"
},
"devDependencies": {
"better-docs": "^2.3.0",
"jsdoc": "^3.6.5"
},
"keywords": [
"business intelligence",
"Bi",
"nodejs",
"js",
"chart",
"d3",
"chartjs"
],
"contributors": [
{
"name": "JhonQ",
"email": "quirama80@gmail.com",
"url": "https://github.com/jhonquirama"
}
]
}