forked from openmove/odh-mentor-otp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 KB
/
package.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
{
"name": "odh-mentor-otp",
"version": "2.0.0",
"description": "This project contains a Docker images for stable [OpenTripPlanner](http://opentripplanner.org) releases and tools to auto download Openstreetmap data related to a certain gtfs file.",
"main": "envconfig.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openmove/odh-mentor-otp.git"
},
"author": "OpenMove <[email protected]>",
"contributors": [
{
"name" : "Federico Bertolini",
"email" : "[email protected]",
"url" : "https://github.com/zabuTNT"
},
{
"name" : "Patrick Bertolla",
"email" : "[email protected]"
},
{
"name" : "Roberto Cavaliere",
"email" : "[email protected]"
},
{
"name" : "Stefano Cudini",
"email" : "[email protected]",
"url" : "https://github.com/stefanocudini"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/openmove/odh-mentor-otp/issues"
},
"homepage": "https://github.com/openmove/odh-mentor-otp#readme"
}