forked from noi-techpark/odh-mentor-otp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
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": "3.0.0",
"description": "This project contains a Docker images for stable [OpenTripPlanner](http://opentripplanner.org) releases and tools to auto downaad Openstreetmap data related to a certain gtfs file.",
"main": "envconfig.js",
"scripts": {
"cleandeps": "find . -maxdepth 3 -name node_modules -exec rm -fr {} \\;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openmove/odh-mentor-otp.git"
},
"author": "OpenMove <info@openmove.com>",
"contributors": [
{
"name": "Federico Bertolini",
"email": "federico.bertolini@openmove.com",
"url": "https://github.com/zabuTNT"
},
{
"name": "Patrick Bertolla",
"email": "p.bertolla@noi.bz.it"
},
{
"name": "Roberto Cavaliere",
"email": "r.cavaliere@noi.bz.it"
},
{
"name": "Stefano Cudini",
"email": "stefano.cudini@gmail.com",
"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"
}