jmou/train-times
git clone https://github.com/jmou/train-times.git
git clone git@github.com:jmou/train-times.git
Loading…
(top)/package.json
language: JSON
479 Bytes / 24 lines / 24 loc
History
View raw
{
  "name": "subway-api",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "start": "node index.js"
  },
  "author": "Mari Galicer",
  "license": "MIT",
  "dependencies": {
    "cors": "^2.8.5",
    "csv-parse": "^4.3.1",
    "dotenv": "^6.2.0",
    "express": "^4.16.4",
    "gtfs-realtime-bindings": "0.0.4",
    "request": "^2.88.0",
    "xmlhttprequest": "^1.8.0"
  },
  "devDependencies": {
    "jest": "^23.6.0"
  }
}