forked from michielbdejong/bogor-angkot-gtfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 775 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
{
"name": "bogor-angkot-gtfs",
"version": "0.1.0",
"description": "Map of public minibuses in the city of Bogor (Indonesia).",
"author": {
"name": "Michiel de Jong",
"email": "michiel@unhosted.org",
"url": "https://github.com/michielbdejong"
},
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/michielbdejong/bogor-angkot-gtfs.git"
},
"license": "CC-BY-SA-3.0",
"keywords": [
"Bogor",
"angkot",
"angutan kota",
"minibuses",
"gtfs"
],
"dependencies": {
"mathjs": "^3.4.1"
},
"devDependencies": {},
"scripts": {
"build": "build.sh"
},
"engines": {
"node": ">= 4"
},
"bugs": {
"url": "https://github.com/michielbdejong/bogor-angkot-gtfs/issues"
}
}