-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
40 lines (40 loc) · 862 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
40
{
"name": "csgo-mates",
"version": "2.1.2",
"authors": [
"Benoit deKajoo <[email protected]>"
],
"main": "src/js/result.js",
"keywords": [
"csgo"
],
"license": "MIT",
"homepage": "http://csgo-mates.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.1",
"underscore": "1.8.3",
"font-awesome": "4.3.0",
"bootstrap": "3.3.5",
"bootstrap-autohidingnavbar": "1.0.5",
"ngSmoothScroll": "1.7.1",
"angular-animate": "1.4.12",
"ng-notify": "0.6.3",
"angular-sanitize": "1.4.12",
"angular-ui-router": "0.2.15",
"angular-local-storage": "0.2.6",
"bignumber.js": "2.0.8",
"moment": "2.10.6",
"angular-bootstrap": "0.13.4"
},
"resolutions": {
"angular": "~1.4.1",
"bootstrap": "~3.0"
}
}