Files
js-examples/getting-chartjs/package.json
2023-02-26 01:30:37 +09:00

16 lines
302 B
JSON

{
"name": "getting-chartjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"keywords": [],
"author": "Elex",
"license": "ELEX",
"dependencies": {
"chart.js": "^2.9.3"
}
}