forked from densitydesign/carsharing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 799 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
{
"name": "carsharing",
"version": "0.0.1",
"homepage": "https://github.com/densitydesign/carsharing",
"authors": [
"densitydesign"
],
"description": "One week of carsharing in Milan",
"main": "index.html",
"keywords": [
"carsharing",
"milan",
"data",
"visualization",
"pallozzi"
],
"license": "GNU GPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.1.1",
"d3": "~3.4.8",
"vimeo-api": "https://raw.githubusercontent.com/vimeo/player-api/master/javascript/froogaloop.min.js",
"jquery-waypoints": "~2.0.5",
"topojson": "~1.5.2",
"d3-tile": "https://raw.githubusercontent.com/d3/d3-plugins/master/geo/tile/tile.js"
}
}