{
  "name": "mock-aws-s3",
  "description": "Mock AWS S3 SDK for Node.js",
  "version": "2.6.0",
  "homepage": "https://github.com/MathieuLoutre/mock-aws-s3",
  "author": {
    "name": "Mathieu Triay",
    "email": "mathieu.triay@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/MathieuLoutre/mock-aws-s3.git"
  },
  "bugs": {
    "url": "https://github.com/MathieuLoutre/mock-aws-s3/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/MathieuLoutre/mock-aws-s3/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt"
  },
  "dependencies": {
    "underscore": "1.8.3",
    "fs-extra": "0.6.4"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.2.0",
    "grunt": "~0.4.0",
    "chai": "~1.7.2",
    "mocha": "~1.12.1",
    "grunt-mocha-test": "~0.6.3",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-clean": "~0.5.0"
  },
  "keywords": [
    "aws",
    "s3",
    "sdk",
    "mock",
    "amazon",
    "test"
  ]
}
