forked from PaloAltoNetworks/minemeld-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
71 lines (71 loc) · 1.98 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "minemeldWebui",
"version": "0.0.0",
"dependencies": {
"angular-animate": "~1.5.8",
"angular-cookies": "~1.5.8",
"angular-sanitize": "~1.5.8",
"angular-messages": "~1.5.8",
"angular-aria": "~1.5.8",
"jquery": "~2.1.4",
"angular-resource": "~1.5.8",
"angular-ui-router": "~0.2.15",
"bootstrap-sass": "~3.3.5",
"angular-bootstrap": "~0.13.4",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.11",
"angular-nvd3": "~1.0.5",
"angular-datatables": "~0.5.1",
"angular-loading-bar": "~0.8.0",
"components-font-awesome": "~4.4.0",
"d3-tip": "~0.6.7",
"ui-select": "angular-ui-select#~0.18.1",
"he": "~0.5.0",
"angular-ui-ace": "bower",
"eventsource-polyfill": "^0.9.7",
"js-yaml": "^3.6.1",
"angular-file-upload": "^2.4.1",
"oclazyload": "^1.1.0"
},
"devDependencies": {
"angular-mocks": "~1.5.8"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
]
},
"angular-datatables": {
"main": [
"dist/angular-datatables.js",
"dist/plugins/bootstrap/angular-datatables.bootstrap.js",
"dist/plugins/bootstrap/datatables.bootstrap.min.css"
]
},
"ace-builds": {
"main": [
"src-min-noconflict/ace.js",
"src-min-noconflict/mode-yaml.js",
"src-min-noconflict/mode-json.js",
"src-min-noconflict/theme-github.js"
]
},
"eventsource-polyfill": {
"main": [
"dist/eventsource.js"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "1.5.11"
}
}