-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·60 lines (60 loc) · 1.67 KB
/
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
51
52
53
54
55
56
57
58
59
60
{
"name": "nodeplate",
"version": "1.0.0",
"authors": [
"Ivan Seidel <[email protected]>"
],
"description": "Node boilerplate for servers",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.5",
"mdi": "^1.6.50",
"angular-material": "^1.0.9",
"angular-ui-router": "^0.3.0",
"angular-animate": "1.5.6",
"ngFx": "ng-fx#^1.1.0",
"angular": "^1.5.6",
"underscore": "^1.8.3"
},
"install": {
"path": "public/components",
"sources": {
"mdi": {
"mapping": [
{
"public/_components/mdi/fonts/materialdesignicons-webfont.eot": "../fonts/materialdesignicons-webfont.eot"
},
{
"public/_components/mdi/fonts/materialdesignicons-webfont.svg": "../fonts/materialdesignicons-webfont.svg"
},
{
"public/_components/mdi/fonts/materialdesignicons-webfont.ttf": "../fonts/materialdesignicons-webfont.ttf"
},
{
"public/_components/mdi/fonts/materialdesignicons-webfont.woff": "../fonts/materialdesignicons-webfont.woff"
},
{
"public/_components/mdi/fonts/materialdesignicons-webfont.woff2": "../fonts/materialdesignicons-webfont.woff2"
},
{
"public/_components/mdi/css/materialdesignicons.css": "materialdesignicons.css"
},
{
"public/_components/mdi/css/materialdesignicons.min.css": "materialdesignicons.min.css"
}
]
}
}
},
"resolutions": {
"angular-animate": "1.5.6",
"angular": "1.5.6"
}
}