19 lines
397 B
JSON
19 lines
397 B
JSON
|
{
|
||
|
"name": "homelog",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Home Logistics -- manage assets and containers and their locations",
|
||
|
"main": "index.js",
|
||
|
"directories": {
|
||
|
"doc": "doc"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Dirk Jahnke",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"bootstrap": "^5.1.3",
|
||
|
"quagga": "^0.12.1"
|
||
|
}
|
||
|
}
|