UNPKG

633 BJSONView Raw
1{
2 "name": "gtfs-realtime-pbf-js-module",
3 "version": "1.0.0",
4 "description": "GTFS proto schema to JS Module using the PBF package",
5 "main": "gtfs-realtime.proto.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/gavinr/gtfs-realtime-pbf-js-module.git"
12 },
13 "keywords": [
14 "pbf",
15 "gtfs"
16 ],
17 "author": "Gavin Rehkemper",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/gavinr/gtfs-realtime-pbf-js-module/issues"
21 },
22 "homepage": "https://github.com/gavinr/gtfs-realtime-pbf-js-module#readme"
23}