20 lines
459 B
JSON
20 lines
459 B
JSON
|
{
|
||
|
"name": "trigen",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Trigen, a FOSS UI for trianglify.",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.project-name-here.de/Project-Name-Here/trigen.git"
|
||
|
},
|
||
|
"author": "[ Project-Name-Here ]",
|
||
|
"license": "LGPL-3.0",
|
||
|
"dependencies": {
|
||
|
"bootstrap": "^5.1.3",
|
||
|
"jquery": "^3.6.0",
|
||
|
"trianglify": "^4.1.1"
|
||
|
}
|
||
|
}
|