{
  "name": "responsive-loader-sharp",
  "version": "0.8.0",
  "description": "A webpack loader for responsive images",
  "main": "lib/index.js",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "clean-test": "rm -f test/**/build/*.jpg test/**/build/*.png test/**/build/**/*.jpg test/**/build/**/*.png test/**/build/test.js",
    "test-webpack2": "yarn run clean-test && webpack --config=./test/jimp/webpack2.config.js && webpack --config=./test/sharp/webpack2.config.js && jest",
    "test-webpack1": "yarn run clean-test && npm install webpack@1 && webpack --config=./test/jimp/webpack.config.js && webpack --config=./test/sharp/webpack.config.js && jest",
    "build": "babel src --out-dir lib",
    "lint": "eslint --ignore-path=.gitignore .",
    "test": "flow && yarn run build && yarn run test-webpack2 && yarn run test-webpack1",
    "shipit": "scripts/publish"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/herrstucki/responsive-loader.git"
  },
  "keywords": [
    "webpack",
    "responsive",
    "loader",
    "srcset"
  ],
  "author": "Jeremy Stucki <jeremy@interactivethings.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/herrstucki/responsive-loader/issues"
  },
  "homepage": "https://github.com/herrstucki/responsive-loader",
  "dependencies": {
    "loader-utils": "^1.1.0"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.21.0",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^19.0.0",
    "babel-preset-env": "^1.1.6",
    "babel-preset-flow": "^6.23.0",
    "eslint": "^3.2.2",
    "eslint-config-interactivethings": "^3.0.0",
    "eslint-plugin-react": "^5.2.2",
    "flow-bin": "^0.44.2",
    "jest": "^19.0.2",
    "jimp": "^0.2.21",
    "sharp": "^0.17.3",
    "webpack": "^2.4.1"
  },
  "peerDependencies": {
    "jimp": "^0.2.21"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
