{
  "name": "city-bikes-cli",
  "version": "0.0.1",
  "description": "Use the citybik.es API to find available bikes and open slots for your city's bikesharing system",
  "main": "cli.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "bikes": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/courajs/city-bikes-cli.git"
  },
  "keywords": [
    "bike-sharing",
    "bikesharing",
    "city-bike",
    "bikes",
    "bike",
    "cli",
    "cities",
    "sharing"
  ],
  "author": "Courajs (github.com/courajs)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/courajs/city-bikes-cli/issues"
  },
  "homepage": "https://github.com/courajs/city-bikes-cli#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3"
  },
  "dependencies": {
    "configstore": "^2.0.0",
    "meow": "^3.7.0",
    "request": "^2.72.0"
  }
}
