ingestor-metrolink
Version:
Simple script to get Metrolink tram station locations from the NaPTAN national transport dataset.
33 lines (32 loc) • 691 B
JSON
{
"name": "ingestor-metrolink",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon ./test.js --ignore test-output.json",
"start": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://joshjahans@bitbucket.org/tm-ep/ingestor-metrolink.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/tm-ep/ingestor-metrolink#readme",
"devDependencies": {
"nodemon": "1.17.3"
},
"dependencies": {
"ez-promise": "0.0.36",
"request": "2.85.0",
"xml2json": "0.11.2"
},
"keywords": [
"metrolink",
"manchester",
"trams",
"ingestor",
"NaPTAN"
]
}