{
  "name": "patchkit-image-uploader",
  "version": "1.2.0",
  "description": "Open an image, scale and crop, and then upload",
  "main": "index.jsx",
  "dependencies": {
    "patchwork-translations": "^1.0.0",
    "react": "^0.14.6"
  },
  "devDependencies": {
    "babel": "^6.3.26",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "less": "^2.5.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patchkit/patchkit-image-uploader.git"
  },
  "keywords": [
    "react"
  ],
  "author": "Paul Frazee <pfrazee@gmail.com>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/patchkit/patchkit-image-uploader/issues"
  },
  "homepage": "https://github.com/patchkit/patchkit-image-uploader#readme",
  "browserify": {
    "transform": [
      [
        "envify",
        {
          "global": true
        }
      ],
      [
        "babelify",
        {
          "presets": [
            "es2015",
            "stage-0",
            "react"
          ]
        }
      ]
    ]
  }
}
