mirror of
https://github.com/smartyellow/status.git
synced 2024-11-22 10:37:34 +01:00
32 lines
684 B
JSON
32 lines
684 B
JSON
{
|
|
"name": "status",
|
|
"version": "1.0.0",
|
|
"description": "Display status dashboard",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"build": "node builddashboard"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/smartyellow/status.git"
|
|
},
|
|
"keywords": [
|
|
"status"
|
|
],
|
|
"author": "Romein van Buren",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/smartyellow/status/issues"
|
|
},
|
|
"homepage": "https://github.com/smartyellow/status#readme",
|
|
"dependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
|
|
"chokidar": "^3.5.3",
|
|
"svelte": "^3.49.0",
|
|
"vite": "^2.9.13"
|
|
}
|
|
}
|