forked from conveyal/otp.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent.json
57 lines (57 loc) · 1.29 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
{
"name": "otpjs",
"version": "0.10.0",
"description": "A lightweight library for modular development of modern OpenTripPlanner front-end interfaces",
"dependencies": {
"component/querystring": "*",
"components/bootstrap": "^3.3.1",
"components/handlebars.js": "*",
"components/jquery": "1.11.1",
"kpwebb/select2": "*",
"trevorgerhardt/haversine": "*",
"visionmedia/debug": "*"
},
"development": {},
"local": [
"leaflet.label"
],
"paths": [
"local"
],
"main": "lib/index.js",
"scripts": [
"lib/geocoder.js",
"lib/index.js",
"lib/log.js",
"lib/models.js",
"lib/bike_views.js",
"lib/map_views.js",
"lib/narrative_views.js",
"lib/plan-response-view.js",
"lib/request_views.js",
"lib/topo_views.js",
"lib/utils.js"
],
"styles": [
"lib/narrative.css",
"lib/map.css",
"lib/request-form.css",
"lib/topo.css"
],
"images": [
"lib/images"
],
"templates": [
"lib/access-leg.html",
"lib/generic-leg.html",
"lib/leg-from-bubble.html",
"lib/map-context-menu.html",
"lib/narrative-adjust.html",
"lib/narrative-error.html",
"lib/narrative-new.html",
"lib/narrative-itinerary.html",
"lib/request-form.html",
"lib/step.html",
"lib/transit-leg.html"
]
}