sensortoy/bower.json
Martin Donnelly 939a7aff4c init
2016-05-20 17:10:40 +01:00

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