edit package.json

This commit is contained in:
Francesco Esposito 2019-03-15 19:02:16 +01:00
parent 9d189c4599
commit d388dbba40
1 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"name": "tomadoro",
"description": "tomadoro",
"version": "0.1.0",
"private": true,
"engines": {
@ -28,5 +29,12 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"repository": {
"type": "git",
"url": "git+https://github.com/frab1t/tomadoro.git"
},
"author": "frab1t",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/frab1t/tomadoro#readme"
}