mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"private": true,
|
|
"description": "chart.js should work in Node",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "workspace:*"
|
|
}
|
|
}
|