1
restaurant-search/client/bower.json

23 lines
381 B
JSON
Raw Normal View History

{
"name": "client",
"version": "0.0.0",
"authors": [
"Alex Yatskov <alex@foosoft.net>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
2014-07-19 02:01:02 +00:00
],
"dependencies": {
"bootstrap": "~3.2.0",
"closurelibrary": "*",
"fabric": "~1.4.8",
"handlebars": "~1.3.0",
"underscore": "~1.6.0"
}
}