1
0
Fork 0
basking-dashboard/package.json
2019-05-15 18:01:19 -05:00

27 lines
777 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",
"mk:raw": "bash ./mkRaw.sh",
"mk:data": "node mkData.js",
"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",
"purecss": "^1.0.0"
}
}