forked from nicolasrusconi/nicolasrusconi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
32 lines (32 loc) · 763 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
{
"name": "fifa.tournament",
"version": "0.0.0",
"homepage": "https://github.com/ebergama/fifa.tournament",
"authors": [
"Ezequiel Bergamaschi <ebergamaschi@medallia.com>"
],
"main": "server.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.5",
"angular-bootstrap": "~0.13.0",
"angular-route": "~1.4.1",
"angular-sanitize": "~1.4.7",
"bootstrap": "~3.3.5",
"font-awesome": "~4.3.0",
"highcharts-release": "~4.1.8",
"highlightjs": "~8.8.0",
"jquery": "~2.1.4",
"jquery.countdown": "~2.0.4",
"metisMenu": "~2.0.2",
"ui-select": "angular-ui-select#~0.13.1",
"underscore": "1.8.3"
}
}