20 lines
455 B
JSON
Executable File
20 lines
455 B
JSON
Executable File
{
|
|
"name": "raspi",
|
|
"version": "1.0.0",
|
|
"description": "raspberri pi home web management",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Nicolai Veliki",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arangojs": "^7.5.0",
|
|
"diskusage": "^1.1.3",
|
|
"drivelist": "^9.2.4",
|
|
"express": "^4.17.1",
|
|
"multer": "^1.4.5-lts.1",
|
|
"verlikify": "github:nickveliki/Verlikify"
|
|
}
|
|
}
|