mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Сервис получения графика через chartjs-image
This commit is contained in:
parent
6d241ffd11
commit
01aa886943
4 changed files with 134 additions and 0 deletions
22
chart/package.json
Normal file
22
chart/package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "chart",
|
||||
"version": "1.0.0",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/redume/kekkai.git"
|
||||
},
|
||||
"author": "Redume",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/redume/kekkai/issues"
|
||||
},
|
||||
"homepage": "https://github.com/redume/kekkai#readme",
|
||||
"description": "A service for creating graphs",
|
||||
"dependencies": {
|
||||
"chart.js-image": "^6.1.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue