{
  "name": "ralio",
  "description": "command-line client for the rallydev API",
  "version": "0.6.1",
  "author": {
    "name": "Olly Smith",
    "email": "olly.smith@gmail.com",
    "url": "http://www.oesmith.co.uk"
  },
  "contributors": [
    {
      "name": "Igor Escobar",
      "email": "blog@igorescobar.com",
      "url": "https://github.com/igorescobar"
    },
    {
      "name": "Tom Garbutt",
      "url": "https://github.com/tommg"
    }
  ],
  "repository" : { 
    "type" : "git", 
    "url" : "https://github.com/oesmith/ralio.git"
  },
  "engines": [
    "node >= 0.7.0"
  ],
  "dependencies": {
    "html": "0.0.7",
    "request": "2.9.203",
    "underscore": "1.3.3",
    "q": "0.9.6",
    "commander": "1.1.1",
    "colors": "0.6.0-1",
    "cli-table": "0.0.2",
    "temp": "0.4.0",
    "editor": "0.0.4"
  },
  "devDependencies": {
    "nock": "0.18.2",
    "sinon": "1.4.2",
    "sinon-mocha": "0.0.3",
    "mocha": "~1.8.1"
  },
  "scripts": {
    "test": "mocha"
  },
  "bin": "bin/ralio",
  "main": "lib/ralio"
}
