forked from conveyal/transitive.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
67 lines (67 loc) · 1.62 KB
/
Copy pathcomponent.json
File metadata and controls
67 lines (67 loc) · 1.62 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
{
"name": "transitive",
"version": "0.4.0",
"description": "A tool for generating dynamic stylized transit maps that are easy to understand.",
"keywords": [
"d3",
"maps",
"GTFS"
],
"dependencies": {
"component/each": "0.2.5",
"component/clone": "*",
"component/emitter": "1.1.3",
"mbostock/d3": "v3.4.11",
"javascript/augment": "v4.0.1",
"visionmedia/debug": "*",
"yields/svg-attributes": "*",
"janogonzalez/priorityqueuejs": "*"
},
"development": {
"component/set": "*",
"conveyal/otp-profiler": "0.3.4",
"yields/select": "*"
},
"main": "lib/transitive.js",
"scripts": [
"lib/graph/index.js",
"lib/graph/edge.js",
"lib/graph/edgegroup.js",
"lib/graph/vertex.js",
"lib/styler/index.js",
"lib/styler/styles.js",
"lib/point/index.js",
"lib/point/stop.js",
"lib/point/place.js",
"lib/point/multipoint.js",
"lib/point/turn.js",
"lib/point/pointcluster.js",
"lib/point/pointclustermap.js",
"lib/labeler/index.js",
"lib/labeler/label.js",
"lib/labeler/pointlabel.js",
"lib/labeler/segmentlabel.js",
"lib/labeler/labeledgegroup.js",
"lib/d3.geo.tile.js",
"lib/display.js",
"lib/draw-grid.js",
"lib/interpolate-line.js",
"lib/path.js",
"lib/pathsegment.js",
"lib/pattern.js",
"lib/patterngroup.js",
"lib/route.js",
"lib/journey.js",
"lib/transitive.js",
"lib/renderededge.js",
"lib/renderedsegment.js",
"lib/legend.js",
"lib/spherical-mercator.js",
"lib/polyline.js",
"lib/tile-layer.js",
"lib/util.js"
],
"styles": [
"style.css"
]
}