24 lines
395 B
JSON
24 lines
395 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": {
|
||
|
"jquery": "^2.2.3",
|
||
|
"mui": "^0.5.3",
|
||
|
"bluebird": "^3.4.0"
|
||
|
}
|
||
|
}
|