1
restaurant-search/static/bower.json

23 lines
383 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",
2014-10-04 10:22:41 +00:00
"tinycolor": "~1.0.0",
2014-10-30 11:01:30 +00:00
"snap.svg": "~0.3.0"
2014-07-19 02:01:02 +00:00
}
}