-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 776 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "restaurant_search",
"main": "public/index.html",
"version": "0.0.1",
"authors": [
"Berkeley Martinez <berkeley@robotie.com>"
],
"app": "./public/index.html",
"description": "Search nearby restaurants, win!",
"license": "restricted",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.1.1",
"fontawesome" : "~4.2.0",
"angular": "~1.2.16",
"angular-route": "~1.2.16",
"angular-resource": "~1.2.16",
"angular-local-storage": "~0.0.3",
"angularjs-geolocation": "~0.1.1",
"angular-google-maps": "~1.0.18",
"angular-bootstrap": "~0.11.0",
"angular-scrollto": "~0.1.4",
"angular-scroll": "~0.5.5"
}
}