-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
79 lines (40 loc) · 1004 Bytes
/
Copy pathbower.json
File metadata and controls
79 lines (40 loc) · 1004 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
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
72
73
74
75
76
77
78
79
{
"name": "The-Big-Screen",
"homepage": "https://github.com/juandprado/thebigscreen",
"main": "src/main/",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"almond": "~0.3.1",
"angular": "^1.4.2",
"angular-animate": "1.4.14",
"angular-resource": "1.5.8",
"angular-route": "1.6.2",
"angular-sanitize": "1.6.2",
"angular-ui-router": "^0.2.15",
"angular-ui-utils": "^0.2.3",
"bootstrap": "^3.3.5",
"angular-bootstrap": "^1.1.2",
"requirejs": "^2.1.17",
"jquery": "~2.1.3",
"angular-gettext": "~2.1.0",
"angular-local-storage": "^0.2.2",
"angular-ui-select": "^0.12.0",
"angularjs-nvd3-directives": "~0.0.7",
"angulartics": "^0.19.0",
"angular-marked": "^0.0.17"
},
"devDependencies": {
},
"resolutions": {
"d3": "~3.5.16",
"angular": "~1.4.10"
},
"overrides":{
"bootstrap":{
"./less/print.less":"src/main/css/print/print.less"
}
}
}