forked from pioneers/dawn-v0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
67 lines (67 loc) · 1.5 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
{
"name": "Daemon",
"repo": "pioneers/daemon",
"version": "0.3.0",
"main": "_public/js/app.js",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"dependencies": {
"console-polyfill": "~0.1.0",
"jquery": "~2.0.3",
"bootstrap-less": "~>3.1.1",
"bootstrap-less-themes": "https://github.com/angular-brunch/bootstrap-less-themes.git",
"angular-bootstrap": "~0.5.0",
"angular": "1.2.5",
"angular-sanitize": "1.2.5",
"angular-resource": "1.2.5",
"angular-route": "1.2.5",
"angular-cookies": "1.2.5",
"angular-mocks": "1.2.5",
"components-underscore": "~1.7.0",
"angular-ui-ace": "~0.1.1",
"angular-nvd3": "~0.0.8",
"jquery-ui": "~1.11.0",
"bootstrap-contextmenu": "~0.2.0",
"eventEmitter": "~4.2.9"
},
"overrides": {
"bootstrap-less": {
"main": [
"less/bootstrap.less",
"js/transition.js",
"js/alert.js",
"js/button.js",
"js/carousel.js",
"js/collapse.js",
"js/dropdown.js",
"js/modal.js",
"js/tooltip.js",
"js/popover.js",
"js/scrollspy.js",
"js/tab.js",
"js/affix.js"
],
"dependencies": {
"jquery": "~2.0.3"
}
},
"angular-mocks": {
"main": "README.md"
},
"ace-builds": {
"main": "src/ace.js"
},
"jquery-ui": {
"main": [
"jquery-ui.js",
"themes/ui-lightness/jquery-ui.css"
]
},
"resolutions": {
"d3": "~3.4"
}
}
}