bartjs
Version:
A client for interacting with the Bay Area Rapid Transit (BART) API
36 lines (35 loc) • 781 B
JSON
{
"name": "bartjs",
"version": "1.0.0",
"description": "A client for interacting with the Bay Area Rapid Transit (BART) API",
"main": "./lib/bart",
"scripts": {
"test": "mocha"
},
"keywords": [
"bart"
],
"author": "hugo",
"license": "MIT",
"dependencies": {
"@turf/turf": "^3.7.4",
"deep-extend": "^0.4.1",
"geojson": "^0.4.0",
"geolib": "^2.0.22",
"query-string": "^4.2.3",
"request": "^2.79.0",
"xml2js": "^0.4.17",
"xml2json": "^0.10.0"
},
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0",
"nock": "^9.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/affinespaces/bartjs"
}
}