1
restaurant-search/client/bower.json

16 lines
223 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"
]
}