-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 809 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 809 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
31
32
33
34
35
{
"name": "photogallery",
"version": "1.0.0",
"authors": [
"Dominic Ford <dcf21-git@dcford.org.uk>"
],
"license": "MIT",
"homepage": "http://photos.dcford.org.uk",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"data/html/vendor",
"test",
"tests"
],
"dependencies": {
"ExplorerCanvas": "excanvas#*",
"bootstrap": "4.0.0-alpha.2",
"html5shiv": "~3.7.3",
"jquery": "~1.11.3",
"jquery-ui": "~1.11.4",
"kendo-ui-core": "~2015.1.515",
"knockout": "~3.3.0",
"knockout-kendo": "~0.9.5",
"knockout-projections": "~1.1.0",
"marker-with-label": "google-marker-with-label#*",
"requirejs": "~2.1.20",
"font-awesome": "fontawesome#^4.6.1",
"tether": "^1.4.1"
},
"resolutions": {
"knockout": "~3.3.0"
}
}