{
  "name": "node-511",
  "version": "0.0.6",
  "description": "Lightweight node.js wrapper for the 511.org real time driving times and transit departure APIs",
  "main": "lib/client.js",
  "scripts": {
    "prepublish": "coffee -co ./lib ./src",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abstractvector/node-511.git"
  },
  "keywords": [
    "511.org",
    "sf",
    "bart",
    "muni"
  ],
  "author": "Matt Knight",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abstractvector/node-511/issues"
  },
  "homepage": "https://github.com/abstractvector/node-511",
  "devDependencies": {
    "coffee-script": "^1.7.1"
  },
  "dependencies": {
    "request": "^2.36.0",
    "xml2js": "^0.4.4"
  }
}
