forked from linkedconnections/gtfs2lc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 855 Bytes
/
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
{
"name": "gtfs2lc",
"version": "0.7.3",
"description": "Mapping script from gtfs to (linked) connections",
"main": "lib/gtfs2lc.js",
"bin": {
"gtfs2lc": "./bin/gtfs2lc.js",
"gtfs2lc-sort": "./bin/gtfs2lc-sort.sh"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/LinkedConnections/gtfs2lc.git"
},
"keywords": [
"GTFS",
"Linked Connections",
"RDF"
],
"author": "Pieter Colpaert",
"license": "MIT",
"bugs": {
"url": "https://github.com/LinkedConnections/gtfs2lc/issues"
},
"dependencies": {
"commander": "^2.9.0",
"fast-csv": "^0.6.0",
"jsonld-stream": "^1.0.3",
"level": "^1.4.0",
"moment": "^2.10.6",
"moment-timezone": "^0.5.4",
"n3": "^0.4.5",
"through2": "^2.0.0"
}
}