29 lines
866 B
JSON
29 lines
866 B
JSON
{
|
|
"name": "basking-dashboard",
|
|
"version": "0.0.1",
|
|
"description": "Dashboard for my personal home server ",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"copy:assets": "bash ./copyAssets.sh",
|
|
"postinstall": "npm run copy:assets",
|
|
"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": {
|
|
"node-static": "^0.7.11",
|
|
"vital-css": "^2.2.1"
|
|
}
|
|
}
|