{
  "name": "quilt-lens-component",
  "version": "1.0.7",
  "description": "Lens for images and vidoes",
  "main": "build/index.js",
  "scripts": {
    "start": "webpack --watch",
    "build": "rm -rf build && webpack",
    "test": "jest --config=./tests/jest.config.js"
  },
  "dependencies": {
    "react": "^16.4.1",
    "webpack": "^4.15.1"
  },
  "keywords": [
    "lens",
    "image",
    "video"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "file-loader": "^3.0.1",
    "style-loader": "^0.23.1"
  }
}
