{
  "name": "node-svn-ultimate",
  "description": "The ultimate SVN wrapper for node. Contains all the basic methods checkout, update, info, etc, and includes svnmucc support.",
  "version": "1.2.1",
  "homepage": "https://github.com/peteward44/node-svn-ultimate",
  "repository": {
    "type": "git",
    "url": "https://github.com/peteward44/node-svn-ultimate.git"
  },
  "author": "Pete Ward <peteward44@gmail.com>",
  "main": "./index.js",
  "keywords": [
    "svn"
  ],
  "ignore": [
    "test",
    ".travis.yml",
    ".gitignore"
  ],
  "dependencies": {
    "fs-extra": "^1.0.0",
    "semver": "^5.3.0",
    "uuid": "^3.0.0",
    "xml2js": "^0.4.17"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "should": "^11.1.1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/peteward44/gulp-artifactory-upload/blob/master/LICENSE"
    }
  ],
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/peteward44/node-svn-ultimate/issues"
  },
  "scripts": {
    "test": "mocha",
    "docs": "jsdoc2md ./index.js > api.md"
  }
}
