Vehicle energy consumption and production simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
607 B

{
"name": "vehicle-simulator",
"version": "1.0.0",
"description": "Vehicle energy consumption and production simulator",
"repository": {
"type": "git",
"url": "https://gitea.youb.fr/youen/vehicle-simulator.git",
"directory": "simulator"
},
"scripts": {
"build": "node tools/build.js"
},
"dependencies": {},
"devDependencies": {
"node-sass": "^6.0.1",
"purify-css": "^1.2.5",
"typescript": "^4.4.3"
},
"keywords": [
"vehicle",
"energy",
"simulator",
"simulation"
],
"author": "Vélo solaire pour tous",
"license": "AGPL-3.0-or-later"
}