status/package.json
Romein van Buren 08bb63415c
Fixed dashboard errors
Signed-off-by: Romein van Buren <romein@vburen.nl>
2022-07-09 12:46:59 +02:00

23 lines
502 B
JSON

{
"name": "status",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartyellow/status.git"
},
"author": "Romein van Buren",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartyellow/status/issues"
},
"homepage": "https://github.com/smartyellow/status#readme",
"dependencies": {
"csso": "^5.0.3"
}
}