{
  "name": "s3scan",
  "version": "0.2.3",
  "description": "Streaming operations on S3 objects",
  "main": "index.js",
  "scripts": {
    "test": "eslint lib index.js && tape test/*.test.js",
    "docs": "documentation -f md > api.md"
  },
  "bin": {
    "s3purge": "bin/s3purge.js",
    "s3keys": "bin/s3keys.js",
    "s3scan": "bin/s3scan.js"
  },
  "author": "Mapbox",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/s3scan.git"
  },
  "bugs": {
    "url": "https://github.com/mapbox/s3scan/issues"
  },
  "homepage": "https://github.com/mapbox/s3scan#readme",
  "dependencies": {
    "agentkeepalive": "^2.0.3",
    "aws-sdk": "^2.2.35",
    "minimist": "~1.2.0",
    "queue-async": "1.0.7",
    "s3urls": "^1.3.0",
    "split": "^1.0.0"
  },
  "devDependencies": {
    "documentation": "^2.0.1",
    "tape": "^4.0.1",
    "underscore": "^1.8.3",
    "eslint": "~1.00.0",
    "eslint-config-unstyled": "^1.1.0"
  }
}
