-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
39 lines (39 loc) · 920 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
33
34
35
36
37
38
39
{
"name": "lanmomo-website",
"version": "0.0.0",
"homepage": "https://github.com/lanmomo/lanmomo-website",
"authors": [
"Felix Leblanc <[email protected]>",
"Justin Duplessis <[email protected]>"
],
"description": "Frontend for LAN Montmorency website",
"main": "index.html",
"keywords": [
"angular"
],
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.13",
"bootswatch-dist": "slate",
"angular-animate": "~1.3.15",
"angular-loading-bar": "~0.7.1",
"angular-route": "~1.3.14",
"components-font-awesome": "~4.4.0",
"moment": "~2.10.6",
"countdownjs": "~2.6.0",
"angular-moment": "~0.10.3",
"angular-bootstrap": "~0.12.1",
"angular-cookies": "~1.3.16",
"angular-qr": "0.2.0"
},
"resolutions": {
"angular": "1.3.19"
}
}