edit package.json

This commit is contained in:
Francesco Esposito 2019-09-05 19:10:02 +02:00
parent caaa5fedf0
commit 6e045c0cf7
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "umbrello-api",
"version": "1.0.0",
"description": "",
"version": "0.1.0",
"description": "REST API for umbrello-bot",
"main": "server.js",
"scripts": {
"start": "nodemon --exec babel-node src/server.js",
@ -9,6 +9,10 @@
"serve": "node dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frsposito/umbrello-api.git"
},
"author": "frsposito",
"license": "GPL-3.0-or-later",
"devDependencies": {