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