{
  "name": "react-image-annotation-plus-zoom",
  "version": "0.10.2",
  "description": "react-image-annotation-plus-zoom React component",
  "author": "Arian Allenson Valdez <arianallensonv@gmail.com> (http://arianv.com/)",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "deploy": "gh-pages -d demo/dist",
    "clean": "nwb clean-module && nwb clean-demo",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server",
    "prepare": "npm run build"
  },
  "dependencies": {
    "react-zoom-pan-pinch": "^1.6.1",
    "styled-components": "^5.3.0"
  },
  "peerDependencies": {
    "prop-types": "^15.6.0",
    "react": ">=16.3.0",
    "react-dom": ">=16.3.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "gh-pages": "^3.1.0",
    "nwb": "^0.25.2",
    "raw-loader": "^4.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "react-syntax-highlighter": "^15.4.3",
    "standard": "^16.0.3"
  },
  "standard": {
    "env": [
      "jest",
      "jasmine"
    ],
    "globals": [
      "fetch",
      "URL"
    ],
    "parser": "babel-eslint"
  },
  "homepage": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/imir/react-image-annotation"
  },
  "keywords": [
    "react-component"
  ]
}
