This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
forked from conveyal/otp.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
80 lines (80 loc) · 2.15 KB
/
component.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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "otpjs",
"version": "0.13.1",
"description": "A lightweight library for modular development of modern OpenTripPlanner front-end interfaces",
"dependencies": {
"component/querystring": "*",
"components/handlebars.js": "*",
"es-shims/es5-shim": "*",
"es-shims/es6-shim": "*",
"kpwebb/select2": "*",
"trevorgerhardt/haversine": "*",
"visionmedia/debug": "*"
},
"development": {},
"local": [
"leaflet.label"
],
"paths": [
"local"
],
"main": "lib/index.js",
"scripts": [
"lib/bike-triangle-control.js",
"lib/geocoder.js",
"lib/helpers.js",
"lib/index.js",
"lib/itineraries.js",
"lib/itinerary-leg.js",
"lib/itinerary-legs.js",
"lib/itinerary-map-view.js",
"lib/itinerary-narrative-view.js",
"lib/itinerary-stop.js",
"lib/itinerary-topo-view.js",
"lib/itinerary-walk-step.js",
"lib/itinerary-walk-steps.js",
"lib/itinerary.js",
"lib/leaflet-topo-graph-control.js",
"lib/leg-narrative-view.js",
"lib/log.js",
"lib/plan-request.js",
"lib/plan-response-narrative-view.js",
"lib/plan-response-view.js",
"lib/plan-response.js",
"lib/request-form.js",
"lib/request-form-common.js",
"lib/request-form-widget.js",
"lib/request-map-view.js",
"lib/step-narrative-view.js",
"lib/stop.js",
"lib/stops-in-rectangle-request.js",
"lib/stops-request-map-view.js",
"lib/stops-response-map-view.js",
"lib/stops-response.js",
"lib/stops.js",
"lib/utils.js"
],
"styles": [
"lib/styles/map.css",
"lib/styles/narrative.css",
"lib/styles/request-form.css",
"lib/styles/tabs.css",
"lib/styles/topo.css"
],
"images": [
"lib/images"
],
"templates": [
"lib/templates/access-leg.html",
"lib/templates/generic-leg.html",
"lib/templates/leg-from-bubble.html",
"lib/templates/map-context-menu.html",
"lib/templates/narrative-adjust.html",
"lib/templates/narrative-error.html",
"lib/templates/narrative-new.html",
"lib/templates/narrative-itinerary.html",
"lib/templates/request-form.html",
"lib/templates/step.html",
"lib/templates/transit-leg.html"
]
}