vehicle-simulator/simulator/package.json
Youen Toupin 3121342337 refactored HTML injection system
- using a <div> container instead of an <iframe> (simplifies the build
system, avoids the quirks iframes)
- Bulma CSS is encapsulated in the #simulator ID to avoid polluting the
rest of the page, as well as increasing the chances to override the page
CSS
2021-10-08 19:44:28 +02:00

28 lines
607 B
JSON

{
"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"
}