forked from TheTyee/bottom-lines
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 880 Bytes
/
Copy pathbower.json
File metadata and controls
38 lines (38 loc) · 880 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
36
37
38
{
"name": "static-app-template.thetyee.ca",
"version": "0.0.1",
"authors": [
"Phillip Smith <ps@phillipadsmith.com>"
],
"description": "Bottom Lines",
"license": "MIT",
"homepage": "static-app-template.thetyee.ca",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.3",
"bootstrap": "~3.3.4",
"backbone": "~1.1.2",
"modernizr": "~2.8.3",
"d3": "~3.4.11",
"layoutmanager": "~0.9.5",
"jquery-smooth-scroll": "~1.5.2",
"greensock": "~1.13.2",
"ScrollMagic": "~1.1.2",
"fluidbox": "~1.3.5",
"jquery-scrollstop": "~1.1.0",
"bigfoot": "~2.1.1",
"datatables": "~1.10.5",
"slideout": "https://github.com/mango/slideout.git#~0.1.5",
"leaflet": "~0.7.3"
},
"resolutions": {
"jquery": "~1.11.0"
}
}