-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 762 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 762 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
{
"name": "github-leaderboard",
"version": "0.4.0",
"description": "GitHub Leaderboard for the projects and contributors",
"authors": [
"Eugene Fidelin <eugene.fidelin@gmail.com>"
],
"homepage": "https://github.com/eugef/github-leaderboard",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "~1.4",
"angular-bootstrap": "~0.14",
"angular-cache": "~3.2",
"angular-capitalize-filter": "~2.0",
"angular-google-chart": "~0.0.11",
"angular-md5": "~0.1",
"angular-order-object-by": "~1.2",
"angular-route": "~1.4",
"bootswatch-slate": "https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.5/slate/bootstrap.css",
"moment": "~2.10"
},
"resolutions": {
"angular": "~1.4"
}
}