{
  "name": "canvas-image-uploader",
  "version": "1.0.1",
  "description": "Resize and rotate images by EXIF orientation on the client side during upload. This uses the HTML Canvas element and HTML5 FileReader.",
  "main": "canvas-image-uploader.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajgarn/CanvasImageUploader.git"
  },
  "keywords": [
    "image",
    "exif",
    "rotate",
    "upload"
  ],
  "author": "Anton Jansson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ajgarn/CanvasImageUploader/issues"
  },
  "homepage": "https://github.com/ajgarn/CanvasImageUploader#readme",
  "dependencies": {
    "exif-js": "^2.1.1"
  }
}
