{
  "name": "panther-cli",
  "version": "1.0.14",
  "description": "A cli tool for syncing Panther CMS Projects.",
  "main": "index.js",
  "bin": {
    "panther": "bin/panther",
    "panther-init": "bin/panther-init",
    "panther-pull": "bin/panther-pull",
    "panther-push": "bin/panther-push",
    "panther-sync": "bin/panther-sync",
    "panther-setup": "bin/panther-setup",
    "panther-configure": "bin/panther-configure"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint ./"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panthercmsltd/panther-cli.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/panthercmsltd/panther-cli/issues"
  },
  "homepage": "https://github.com/panthercmsltd/panther-cli#readme",
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.3.2",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-import": "^2.7.0",
    "jshint": "^2.9.5"
  },
  "dependencies": {
    "aws-sdk": "^2.140.0",
    "chalk": "^2.1.0",
    "chokidar": "^1.7.0",
    "commander": "^2.11.0",
    "fs": "0.0.1-security",
    "fs-extra": "^4.0.2",
    "path": "^0.12.7",
    "randomstring": "^1.1.5",
    "update-notifier": "^2.2.0"
  },
  "keywords": [
    "panther",
    "panthercms",
    "sync"
  ],
  "author": "Jason <jason@panthercms.com>"
}
