sensortoy/bower.json

24 lines
395 B
JSON
Raw Normal View History

2016-05-20 16:10:40 +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": {
"jquery": "^2.2.3",
"mui": "^0.5.3",
"bluebird": "^3.4.0"
}
}