-
Notifications
You must be signed in to change notification settings - Fork 42
/
bower.json
50 lines (50 loc) · 939 Bytes
/
bower.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "conFusion",
"version": "1.0.0",
"description": "Website for an awesome restaurant",
"main": "index.html",
"moduleType": [],
"keywords": [
"conFusion",
"Fusion",
"Restaurant"
],
"authors": [
"Jogesh Muppala"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.5",
"angular-ui-router": "~0.2.18",
"angular-mocks": "~1.5.5",
"angular-resource": "~1.5.5",
"angular-route": "~1.5.5",
"bootstrap": "~3.3.6",
"font-awesome": "fontawesome#~4.6.1",
"ng-dialog": "~0.6.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css"
]
}
},
"resolutions": {
"angular": "~1.5.5"
}
}