included package json to controll the version

This commit is contained in:
Ulf Gebhardt 2021-03-13 17:09:22 +01:00
parent d68e6de681
commit 874db6b8fe
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "gradido",
"version": "0.9.0",
"description": "Gradido",
"main": "index.js",
"repository": "git@github.com:gradido/gradido.git",
"author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>",
"license": "MIT"
}