{
  "name": "lazy-s3",
  "version": "1.0.2",
  "description": "a high-level abstraction of s3 functions for lazy programmers",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/lazy-s3.spec.js",
    "cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec tests/*",
    "coveralls": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec tests/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taylorackley/lazy-s3.git"
  },
  "keywords": [
    "lazy",
    "s3",
    "aws"
  ],
  "author": "taylorackley@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/taylorackley/lazy-s3/issues"
  },
  "homepage": "https://github.com/taylorackley/lazy-s3#readme",
  "dependencies": {
    "aws-sdk": "^2.16.0",
    "bluebird": "^3.4.7",
    "crypto": "0.0.3",
    "moment": "^2.17.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.16",
    "dotenv": "^4.0.0",
    "jsdoc": "^3.4.3",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "^1.2.0"
  }
}
