{
  "name": "sven",
  "version": "0.2.3",
  "description": "Sven is a SVN command line with sugar added",
  "main": "index.js",
  "bin": "./cli.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "svn",
    "subversion",
    "cli"
  ],
  "bugs": "https://github.com/hyperlink/sven-cli/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperlink/sven-cli.git"
  },
  "author": "Xiaoxin Lu <javascript@yahoo.com>",
  "license": "MIT",
  "dependencies": {
    "svn-interface": "^0.4.4",
    "inquirer": "^0.4.1",
    "moment": "^2.5.1",
    "when": "^2.8.0",
    "colors": "^0.6.2",
    "commander": "^2.1.0",
    "cli-table": "^0.3.0",
    "humanize-plus": "^1.4.2",
    "cardinal": "^0.4.4",
    "update-notifier": "^0.1.8"
  },
  "devDependencies": {
    "gulp": "^3.5.5",
    "gulp-jsvalidate": "^0.1.1"
  }
}
