Browse Source

updated package.json

master
Youen Toupin 3 years ago
parent
commit
b56d805350
  1. 13
      simulator/package.json

13
simulator/package.json

@ -2,20 +2,21 @@
"name": "simulator", "name": "simulator",
"version": "1.0.0", "version": "1.0.0",
"description": "Vehicle energy consumption and production simulator", "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": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"typescript": "^4.4.3" "typescript": "^4.4.3"
}, },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [ "keywords": [
"vehicle", "vehicle",
"energy", "energy",
"simulator", "simulator",
"simulation" "simulation"
], ],
"author": "vhelio", "author": "Vélo solaire pour tous",
"license": "ISC" "license": "BSD-3-Clause"
} }

Loading…
Cancel
Save