-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 766 Bytes
/
Copy pathbower.json
File metadata and controls
29 lines (29 loc) · 766 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
{
"name": "time-tracker",
"description": "A project for Interaction Programming course",
"version": "0.0.0",
"homepage": "https://github.com/SQUEEEE/time-tracker",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.3.x",
"angular-mocks": "1.3.x",
"jquery": "~2.1.1",
"bootstrap": "~3.1.1",
"angular-route": "1.3.x",
"angular-resource": "1.3.x",
"angular-animate": "1.3.x",
"angular-cookies": "1.3.x",
"humanize-duration": "3.7.0",
"momentjs": "2.9.0",
"angular-timer": "1.3.x",
"firebase": "2.2.x",
"angularfire": "1.2.x",
"highcharts": "4.2.3",
"fullcalendar": "2.6.1",
"angular-perfect-scrollbar": "^0.0.4"
},
"resolutions": {
"humanize-duration": "3.7.0"
}
}