24 lines
544 B
JSON
24 lines
544 B
JSON
{
|
|
"name": "trigen",
|
|
"version": "1.0.0",
|
|
"description": "Trigen, a FOSS UI for trianglify.",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "http-server"
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"http-server": "^14.1.0"
|
|
}
|
|
}
|