-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.05 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
{
"name": "dc-timetracker",
"description": "DHS ICE Tech Challenge",
"main": "webpack.mix.js",
"authors": [
"Team EDC"
],
"license": "ISC",
"keywords": [
"Event",
"Planning"
],
"homepage": "https://github.com/smashingboxes/dc-timetracker",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/vendor",
"test",
"tests"
],
"dependencies": {
"angular-material": "^1.1.4",
"angular-route": "^1.6.5",
"bootstrap": "^3.3.7",
"angular-resource": "^1.6.5",
"lodash": "^4.17.4",
"angular-cookies": "^1.6.5",
"angular-sanitize": "^1.6.5",
"angular-messages": "^1.6.5",
"requirejs": "^2.3.4",
"angular-mocks": "^1.6.7",
"mdPickers": "^0.7.5",
"md-pickers": "^1.1.2",
"satellizer": "^0.15.5",
"material-icons": "^0.2.1",
"material-design-icons": "^3.0.1",
"ng-token-auth": "^0.0.30",
"angular-cookie": "^4.1.0"
},
"resolutions": {
"angular": "1.6.10",
"angular-material": "^1.1.4"
},
"devDependencies": {
"md-pickers": "^1.1.2"
}
}