{
  "name": "bapistrano",
  "version": "2.5.1",
  "description": "Deploy JS apps to S3 multiverse.",
  "main": "index.js",
  "bin": {
    "bap": "bin/bap"
  },
  "dependencies": {
    "cli-color": "^1.1.0",
    "commander": "^2.9.0",
    "creed": "^1.0.1",
    "gift": "^0.10.1",
    "klaw": "^1.2.0",
    "lodash": "^4.15.0",
    "mime": "^1.3.4",
    "minimatch": "^3.0.3",
    "moment": "^2.13.0",
    "ora": "^0.2.3",
    "p-limit": "^3.1.0",
    "s3fs": "^2.5.0"
  },
  "devDependencies": {
    "kn-release": "^1.0.1",
    "standard": "^10.0.3"
  },
  "scripts": {
    "test": "standard",
    "release": "release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QubitProducts/bapistrano.git"
  },
  "keywords": [
    "deployment",
    "s3",
    "ui"
  ],
  "author": "Karolis Narkevicius <karolis@qubit.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/QubitProducts/bapistrano/issues"
  },
  "homepage": "https://github.com/QubitProducts/bapistrano#readme"
}
