{
  "name": "svn-spawn",
  "version": "0.1.6",
  "description": "SVN access based on svn cli command",
  "main": "lib/svn.js",
  "scripts": {
    "test": "./test/init.sh && ./node_modules/.bin/nodeunit test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ddliu/node-svn-spawn.git"
  },
  "keywords": [
    "svn",
    "subversion"
  ],
  "author": "dong",
  "license": "MIT",
  "dependencies": {
    "easy-spawn": "0.0.2",
    "async": "~0.2.9",
    "xml2js": "~0.2.7"
  },
  "devDependencies": {
    "nodeunit": "^0.9.1"
  }
}
