{
  "name": "@octopusdeploy/octojs",
  "version": "0.1.4",
  "description": "A nodejs cli tool for packaging and pushing projects to an Octopus Deploy instance.",
  "main": "index.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha -R spec tests/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/OctopusDeploy/octopackjs"
  },
  "bin": {
    "octojs": "./bin/octojs.js"
  },
  "engines": {
    "node": ">=6"
  },
  "keywords": [
    "octopus",
    "deploy",
    "octo",
    "package",
    "zip",
    "archive"
  ],
  "author": "Octopus Deploy <support@octopus.com> (http://octopus.com/)",
  "license": "Apache-2.0",
  "dependencies": {
    "archiver": "^2.1.1",
    "commander": "^2.15.1",
    "globby": "^8.0.1",
    "is-glob": "^4.0.0",
    "parse-gitignore": "^0.4.0",
    "request": "^2.83.0",
    "semver": "^5.5.0",
    "stream-to-buffer": "^0.1.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.1",
    "sinon": "^4.4.2"
  }
}
