included license and author in package.json

This commit is contained in:
Ulf Gebhardt 2019-05-18 15:12:31 +02:00
parent d9bd264106
commit beab5571fd
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -6,7 +6,8 @@
"Grzegorz Leoniec (appinteractive)",
"ulfgebhardt"
],
"author": "",
"license": "MIT",
"author": "Human Connection gGmbH",
"private": false,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",