-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
40
41
42
43
44
{
"name": "matera-gtfs",
"version": "0.0.0",
"description": "Project using [MapOurTransit](https://github.com/mapourtransit) toolkit to create GTFS feed for Matera.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/unmonastery/matera-gtfs.git"
},
"author": "",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/unmonastery/matera-gtfs/issues"
},
"homepage": "https://github.com/unmonastery/matera-gtfs",
"config": {
"miccolis": {
"description": "timetables",
"url": "https://docs.google.com/spreadsheets/d/1DfEkaW6GkFhB-xMVdlqWx9Qiavknx00SMjE84ulK3RM/export?gid=0&format=csv"
},
"data": {
"miccolis": {
"format": "csv",
"path": "./cache/miccolis.csv"
},
"trips": {
"format": "csv",
"path": "gtfs/trips.csv"
}
}
},
"dependencies": {
"es6-promise": "^2.0.1",
"grunt": "^0.4.5",
"grunt-exec": "^0.4.6",
"gtfs-maker": "git+https://github.com/mapourtransit/gtfs-maker.git",
"lodash": "^3.2.0",
"moment": "^2.9.0",
"superagent": "^0.21.0"
}
}