{
  "name": "knox-mpu",
  "version": "0.1.6",
  "description": "Provide multi part upload functionality to Amazon S3 using the knox library",
  "keywords": ["aws", "amazon", "s3", "knox", "multi", "part", "upload"],
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec -t 0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nathanoehlman/knox-mpu.git"
  },
  "author": "Nathan Oehlman",
  "license": "BSD",
  "dependencies": {
    "batch": "0.5.x",
    "xml2js": "0.2.x",
    "lodash": "1.0.x"
  },
  "devDependencies": {
    "knox": "~0.8.5",
    "mocha": "1.8.x",
    "mockstream": "0.0.0"
  }
}
