{
  "name": "@octopusdeploy/octopackjs",
  "version": "0.2.4",
  "description": "A nodejs tool for packaging and pushing projects to an Octopus Deploy instance.",
  "main": "index.js",
  "scripts": {
    "test": "\"\"node_modules/.bin/mocha\"\" -R spec",
    "test-teamcity": "\"\"node_modules/.bin/mocha\"\" -R spec --reporter mocha-teamcity-reporter",
    "version-teamcity": "node -e \"console.log('##teamcity[buildNumber \\''+ require('./package.json').version +'\\']')\""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/OctopusDeploy/octopackjs"
  },
  "keywords": [
    "octopus",
    "deploy",
    "octo",
    "package"
  ],
  "author": "Octopus Deploy <support@octopus.com> (http://octopus.com/)",
  "license": "Apache-2.0",
  "devDependencies": {
    "chai": "^4.1.0",
    "mocha": "^5.2.0",
    "mocha-teamcity-reporter": "^2.5.1",
    "sinon": "^7.1.1"
  },
  "dependencies": {
    "archiver": "^2.1.1",
    "archiver-utils": "^1.0.0",
    "is-glob": "^4.0.0",
    "lodash": "^4.17.14",
    "request": "^2.88.0",
    "stream-to-buffer": "^0.1.0",
    "xml-writer": "^1.6.0",
    "zip-stream": "^1.2.0"
  }
}
