34 lines
1 KiB
JSON
34 lines
1 KiB
JSON
{
|
|
"name": "basking-dashboard",
|
|
"version": "0.0.1",
|
|
"description": "Dashboard for my personal home server ",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "npm run copy:assets",
|
|
"start": "node index.js",
|
|
"build": "npm run copy:assets && npm run mk:raw && npm run mk:data",
|
|
"copy:assets": "bash ./copyAssets.sh",
|
|
"mk:raw": "bash ./mkRaw.sh",
|
|
"mk:data": "node mkData.js",
|
|
"mk:data:test": "node mkData.js --test",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sharpshark28/basking-dashboard.git"
|
|
},
|
|
"author": "Jo Wroten <jo@wroten.me>",
|
|
"license": "UNLICENSED",
|
|
"bugs": {
|
|
"url": "https://github.com/sharpshark28/basking-dashboard/issues"
|
|
},
|
|
"homepage": "https://github.com/sharpshark28/basking-dashboard#readme",
|
|
"devDependencies": {
|
|
"axios": "^0.18.0",
|
|
"express": "^4.16.4",
|
|
"moment": "^2.24.0",
|
|
"vital-css": "^2.2.1",
|
|
"vue": "^2.6.10"
|
|
},
|
|
"dependencies": {}
|
|
}
|