mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-01-10 21:05:09 +00:00
27 lines
476 B
JSON
27 lines
476 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"
|
|
],
|
|
"dependencies": {
|
|
"chroma-js": "^1.1.1",
|
|
"jquery": "^2.2.3",
|
|
"mui": "^0.6.8",
|
|
"sugarjs-date": "^1.5.1",
|
|
"backbone": "^1.3.3",
|
|
"base64": "^1.0.0"
|
|
}
|
|
}
|