mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-01-11 06:55:07 +00:00
19 lines
300 B
JSON
19 lines
300 B
JSON
|
{
|
||
|
"name": "sodashserver",
|
||
|
"description": "Smart Office Dashboard Server",
|
||
|
"main": "index.js",
|
||
|
"authors": [
|
||
|
"Martin Donnelly"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"homepage": "",
|
||
|
"private": true,
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
]
|
||
|
}
|