1
restaurant-search/client/bower.json

25 lines
458 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",
"handlebars": "~1.3.0",
"underscore": "~1.6.0",
"bootstrap-select": "~1.6.2",
2014-10-04 10:22:41 +00:00
"tinycolor": "~1.0.0",
2014-10-30 10:20:46 +00:00
"seiyria-bootstrap-slider": "~4.0.1",
"raphael": "~2.1.2"
2014-07-19 02:01:02 +00:00
}
}