status/package.json
Romein van Buren 1e48f645fd
Dashboard compilation (WIP)
Signed-off-by: Romein van Buren <romein@vburen.nl>
2022-07-08 17:17:17 +02:00

26 lines
543 B
JSON

{
"name": "status",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"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"
}
}