-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
41 lines (41 loc) · 980 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
{
"name": "giggity",
"version": "0.0.0",
"homepage": "https://github.com/michalgm/giggity",
"authors": [
"Greg Michalec <[email protected]>"
],
"main": "index.html",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.2",
"angular": "1.4.*",
"jquery": "~2.1.3",
"angular-bootstrap": "~0.13.*",
"angular-sanitize": "~1.4.*",
"angular-route": "~1.4.*",
"angular-strap": "~2.3.*",
"angular-sortable-view": "~0.0.*"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"fonts/glyphicons-halflings-regular.eot",
"fonts/glyphicons-halflings-regular.svg",
"fonts/glyphicons-halflings-regular.ttf",
"fonts/glyphicons-halflings-regular.woff",
"fonts/glyphicons-halflings-regular.woff2"
]
}
}
}