-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 904 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
{
"name": "calendar-app",
"description": "App that allows me girlfriend to save her working shifts, so they get synced with Google Calendar",
"authors": ["Tom Matheussen"],
"license": "ISC",
"homepage": "https://github.com/Tommatheussen/calendar-app",
"private": true,
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"],
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-messages": "1.5.8",
"angular-material": "1.0.9",
"angular-google-gapi": "1.0.0",
"angular-ui-router": "1.0.0-beta.1",
"angulartics-google-analytics": "0.2.1",
"angular-moment": "1.0.0-beta.6",
"angular-help-overlay": "0.1.3",
"chardin.js": "0.1.3",
"angular-aria": "1.5.8"
},
"overrides": {
"chardin.js": {
"main": ["chardinjs.min.js", "chardinjs.css"]
}
},
"resolutions": {
"angular": "1.5.8"
}
}