-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 1.02 KB
/
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
36
37
38
39
40
41
{
"name": "travels",
"version": "1.0.0",
"homepage": "https://github.com/oxyc/travels",
"authors": [
{
"name": "Oskar Schöldström",
"email": "[email protected]",
"url": "http://whatareyoudoinghere.net"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/oxyc/travels.git"
},
"description": "A record of my travels",
"main": "index.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": true,
"dependencies": {
"slick-carousel": "https://github.com/kenwheeler/slick.git#master",
"fraction.js": "~3.0.0",
"Leaflet.MakiMarkers": "https://github.com/jseppi/Leaflet.MakiMarkers.git#3.1.0",
"leaflet.markercluster": "~0.4.0",
"leaflet-omnivore": "0.3.3",
"leaflet-search": "~1.8.4",
"tinytooltip": "[email protected]:knadh/tinytooltip.git",
"jquery": "~2.1.4",
"lodash": "~3.10.1",
"leaflet": "~0.7.5",
"highcharts": "~4.1.8",
"select2": "~4.0.0"
}
}