-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
73 lines (73 loc) · 2.01 KB
/
Copy pathbower.json
File metadata and controls
73 lines (73 loc) · 2.01 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "sgd-website",
"description": "Sunflower Genome Database website",
"main": "app.js",
"authors": [
"Evan Staton <evan@evanstaton.com>"
],
"license": "MIT",
"homepage": "https://github.com/sestaton/sgd-website",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"overrides": {
"bootstrap" : {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
},
"font-awesome" : {
"main": [
"css/font-awesome.css",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2",
"fonts/FontAwesome.otf"
]
},
"prettyPhoto_compressed_3.1.6" : {
"main": [
"css/prettyPhoto.css",
"js/jquery.prettyPhoto.js"
]
},
"jflickfeed" : {
"main" : [ "jflickfeed.js" ],
"ignore": true
},
"gmaps" : {
"main": [ "gmaps.js" ],
"ignore": true
},
"install" : {
"ignore": true
}
},
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "fontawesome#^4.7.0",
"jquery": "^3.2.1",
"prettyPhoto_compressed_3.1.6": "http://www.no-margin-for-errors.com/demos/prettyPhoto-jquery-lightbox-clone/prettyPhoto_compressed_3.1.6.zip",
"jflickrfeed": "http://files.gethifi.com/posts/jflickrfeed/jflickrfeed.zip",
"jquery-placeholder": "^2.3.1",
"gmaps": "^0.4.25",
"bower": "*",
"install": "^1.0.4",
"bootstrap-hover-dropdown": "^2.2.1",
"jquery-migrate": "^3.0.0",
"flexslider": "https://github.com/woocommerce/FlexSlider/archive/2.6.3.zip"
}
}