-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 840 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
{
"name": "ChampionPick",
"version": "0.1",
"homepage": "http://championpick.net",
"authors": [
"Boelensman1 <[email protected]>"
],
"description": "A website for picking a random league of legends champion.",
"main": "index.html",
"license": "Commercial",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"FitText.js": "~1.2.0",
"bootstrap-confirmation2": "~2.1.2",
"bootstrap-sass": "~3.3.5",
"bootstrap-sidebar": "~0.2.2",
"jQuery-Storage-API": "~1.7.3",
"jquery-cookie": "~1.4.1",
"jquery-textfill": "~0.6.0",
"jquery.debouncedresize": "~1.0.1",
"jquery.transit": "~0.9.12",
"modernizr": "~2.8.3",
"pnotify": "~2.0.1"
},
"resolutions": {
"bootstrap": ">=3.2.0"
}
}