{
  "name": "canoe",
  "version": "0.3.3",
  "engines": {
    "node": ">=0.10.0"
  },
  "engineStrict": true,
  "description": "S3 utility library",
  "homepage": "https://github.com/Obvious/canoe",
  "main": "index.js",
  "scripts": {
    "test": "grunt jshint && mocha test/*.js --reporter spec --check-leaks"
  },
  "author": {
    "name": "Evan Solomon",
    "email": "evan.solomon@medium.com",
    "url": "http://evansolomon.me"
  },
  "maintainers": [
    {
      "name": "Evan Solomon",
      "email": "evan.solomon@medium.com",
      "url": "http://evansolomon.me"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Obvious/canoe.git"
  },
  "license": {
    "type": "Apache 2.0",
    "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  },
  "keywords": [
    "aws",
    "s3",
    "stream",
    "write"
  ],
  "peerDependencies": {
    "aws-sdk": ">=1"
  },
  "devDependencies": {
    "should": "~1.2.2",
    "mocha": "~1.12.0",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.2",
    "async": "~0.2.9",
    "grunt-exec": "~0.4.2",
    "grunt-contrib-watch": "~0.5.1",
    "grunt-jsdoc": "~0.4.0",
    "grunt-gh-pages": "~0.7.1",
    "grunt-benchmark": "~0.2.0",
    "grunt-release": "~0.5.1"
  }
}
