gtfs-alerts-utils
Version:
Utilities to work with GTFSrt Alerts
34 lines (33 loc) • 799 B
JSON
{
"name": "gtfs-alerts-utils",
"version": "1.8.2",
"description": "Utilities to work with GTFSrt Alerts",
"main": "GtfsAlertsUtils.js",
"scripts": {
"test": "mocha ./tests/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TransitApp/GtfsAlertsUtils.git"
},
"keywords": [
"gtfs",
"gtfsrt",
"alerts"
],
"dependencies": {
"gtfs-realtime-bindings-transit": "^1.4.5",
"moment": "^2.22.2"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^3.19.0",
"eslint-config-transit": "^1.1.0",
"eslint-plugin-import": "^2.9.0",
"mocha": "^5.2.0"
},
"bugs": {
"url": "https://github.com/TransitApp/GtfsAlertsUtils/issues"
},
"homepage": "https://github.com/TransitApp/GtfsAlertsUtils#readme"
}