-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 978 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 978 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "AngularJS Meetup",
"authors": [
"Scott Engemann <scott.engemann@gravityworksdesign.com>"
],
"description": "Some of the Angular Basics",
"main": "",
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.1",
"bootstrap": "^3.3.7",
"angular-ui-router": "ui-router#^0.3.2",
"jquery": "^3.1.1",
"components-font-awesome": "^4.7.0",
"angular-animate": "^1.6.1",
"angular-cookies": "^1.6.1",
"angular-resource": "^1.6.1",
"angular-touch": "^1.6.1",
"angular-sanitize": "^1.6.1"
},
"overrides": {
"bootstrap": {
"main": [
"./dist/css/bootstrap.min.css",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/js/bootstrap.min.js"
]
},
"font-awesome": {
"main": [
"./css/font-awesome.min.css"
]
}
}
}