{
  "name": "scottyjs",
  "version": "1.10.2",
  "description": "A simple CLI tool that deploys your project to AWS S3",
  "main": "index.js",
  "bin": {
    "scotty": "./bin/scotty.js",
    "beam-me-up": "./bin/scotty.js"
  },
  "scripts": {
    "pretest": "eslint lib spec *.js",
    "snyk&test": "snyk test && node spec/support/jasmine-runner.js",
    "test": "node spec/support/jasmine-runner.js",
    "debug": "node debug spec/support/jasmine-runner.js"
  },
  "keywords": [
    "cli",
    "s3"
  ],
  "author": "Slobodan Stojanovic <slobodan@cloudhorizon.com> (http://slobodan.me/)",
  "license": "MIT",
  "dependencies": {
    "aws-sdk": "^2.178.0",
    "chalk": "^2.1.0",
    "clipboardy": "^1.1.4",
    "colors": "^1.1.2",
    "get-folder-size": "^1.0.0",
    "inquirer": "^3.2.2",
    "mime": "^1.4.1",
    "minimist": "^1.2.0"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-defaults": "^9.0.0",
    "jasmine": "^2.7.0",
    "jasmine-spec-reporter": "^4.2.0",
    "snyk": "^1.62.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stojanovic/scottyjs.git"
  },
  "bugs": {
    "url": "https://github.com/stojanovic/scottyjs/issues"
  },
  "homepage": "https://github.com/stojanovic/scottyjs#readme"
}
