SODashServer/bower.json
Martin Donnelly d93ebb4466 init
2016-04-13 10:01:28 +01:00

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"
]
}