{
  "name": "@buxlabs/deploy",
  "version": "1.7.0",
  "description": "Deployment scripts",
  "main": "src/deploy.js",
  "scripts": {
    "test": "ava \"src/**/*.spec.js\"",
    "coverage": "nyc npm test"
  },
  "bin": "./bin/deploy.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buxlabs/deploy.git"
  },
  "keywords": [
    "deployment",
    "kit"
  ],
  "author": "Emil Ajdyna <emil@ajdyna.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/buxlabs/deploy/issues"
  },
  "homepage": "https://github.com/buxlabs/deploy#readme",
  "dependencies": {
    "minimist": "^1.2.8",
    "shelljs": "^0.9.2"
  },
  "devDependencies": {
    "ava": "^6.2.0",
    "nyc": "^17.1.0",
    "sinon": "^20.0.0"
  }
}
