recipes/bower.json
2016-06-30 14:48:37 +01:00

24 lines
391 B
JSON

{
"name": "Keeper",
"description": "",
"main": "keeper-server.js",
"authors": [
"Martin Donnelly <martind2000@gmail.com>"
],
"license": "ISC",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/bower_modules",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.0.0",
"mui": "^0.6.5"
}
}