-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
32 lines (32 loc) · 847 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
{
"name": "ddayApp",
"version": "0.0.1",
"dependencies": {
"angular-animate": "1.5.8",
"angular-cookies": "1.5.8",
"angular-touch": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-messages": "1.5.8",
"angular-aria": "1.5.8",
"jquery": "3.1.0",
"angular-ui-router": "0.3.1",
"material-design-lite": "1.2.0",
"angular-toastr": "2.1.1",
"moment": "2.14.1",
"animate.css": "3.5.2",
"angular": "1.5.8",
"angularfire": "1.1.2",
"lodash": "3.10.1",
"angular-gravatar": "0.4.2",
"angular-markdown-directive": "0.3.1",
"angular-nanoscroller": "0.2.1",
"angular-chart.js": "0.10.2",
"angular-drag-and-drop-lists": "1.4.0",
"angular-timer": "1.3.4",
"malarkey": "yuanqing/malarkey#1.3.3"
},
"resolutions": {
"angular": "1.5.8",
"moment": "2.14.1"
}
}