From b56d8053502ad418a3202f49a97f9869b5654da4 Mon Sep 17 00:00:00 2001 From: Youen Toupin Date: Sat, 2 Oct 2021 12:28:07 +0200 Subject: [PATCH] updated package.json --- simulator/package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/simulator/package.json b/simulator/package.json index fc0a48c..7968422 100644 --- a/simulator/package.json +++ b/simulator/package.json @@ -2,20 +2,21 @@ "name": "simulator", "version": "1.0.0", "description": "Vehicle energy consumption and production simulator", - "main": "index.js", + "repository": { + "type": "git", + "url": "https://gitea.youb.fr/youen/vhelio-simulator.git", + "directory": "simulator" + }, "dependencies": {}, "devDependencies": { "typescript": "^4.4.3" }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "keywords": [ "vehicle", "energy", "simulator", "simulation" ], - "author": "vhelio", - "license": "ISC" + "author": "VĂ©lo solaire pour tous", + "license": "BSD-3-Clause" }