1
restaurant-search/static/bower.json

23 lines
383 B
JSON

{
"name": "client",
"version": "0.0.0",
"authors": [
"Alex Yatskov <alex@foosoft.net>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0",
"handlebars": "~1.3.0",
"underscore": "~1.6.0",
"tinycolor": "~1.0.0",
"snap.svg": "~0.3.0"
}
}