-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 752 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 752 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
27
28
29
30
{
"name": "quidstats",
"version": "0.0.0",
"homepage": "https://github.com/BTA02/Quid-Stats-Website",
"authors": [
"Andrew Axtell <andrew.axtell@gmail.com>",
"David Brownman <beamneocube@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"directory": "public/lib",
"dependencies": {
"angular-scroll-glue": "~2.0.6",
"angucomplete-alt": "git://github.com/BTA02/angucomplete-alt.git#7127cdfaf4511b86763990c487769636ab1d9f84",
"angular-snap": "~1.8.5",
"angular-sanitize": "1.6.1",
"angular-route": "1.6.1",
"angular-youtube-mb": "~1.3.1"
},
"resolutions": {
"angular": "1.6.1",
"angular-sanitize": "1.6.1"
}
}