mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"name": "gradido",
|
|
"version": "1.16.0",
|
|
"description": "Gradido",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:gradido/gradido.git",
|
|
"author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"release": "scripts/release.sh"
|
|
},
|
|
"dependencies": {
|
|
"auto-changelog": "^2.4.0",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|