25 lines
1.1 KiB
JSON
25 lines
1.1 KiB
JSON
{
|
|
"name": "above_me",
|
|
"version": "0.1.4",
|
|
"description": "This project contains the frontend for above_me, a service that lets you see what aircraft are currently flying above you.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"copy-dependencies": "rm -rf dist && rsync -av --exclude='*.handlebars' src/ dist/ && cp node_modules/handlebars/dist/handlebars.min.js dist/ && cp node_modules/bootstrap/dist/js/bootstrap.min.js dist && cp node_modules/bootstrap/dist/js/bootstrap.min.js.map dist && cp node_modules/bootstrap/dist/css/bootstrap.min.css dist && cp node_modules/bootstrap/dist/css/bootstrap.min.css.map dist",
|
|
"compile": "handlebars src/table.handlebars -f dist/table.handlebars.compiled.js",
|
|
"dev": "npm run copy-dependencies && npm run compile && cd dist && python3 -m http.server 8080"
|
|
},
|
|
"keywords": [
|
|
"ogn",
|
|
"openglidernet",
|
|
"open-glider-net",
|
|
"aircraft",
|
|
"glider"
|
|
],
|
|
"author": "Laika Schmidt",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.8",
|
|
"handlebars": "^4.7.8"
|
|
}
|
|
} |