mqtt_server/bower.json

27 lines
475 B
JSON
Raw Normal View History

2016-06-22 15:07:56 +00:00
{
"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",
2016-11-23 19:19:03 +00:00
"jquery": "^3.1.1",
2016-06-22 15:07:56 +00:00
"mui": "^0.5.3",
2016-11-23 19:19:03 +00:00
"sugarjs-date": "^1.5.1",
"backbone": "^1.3.3",
"sugar": "^2.0.2"
2016-06-22 15:07:56 +00:00
}
}