{
  "name": "react-mosaic",
  "version": "0.0.20",
  "description":
    "React component that generates mosaic from the given image source.",
  "author": "Vicente Jr Yuchitcho",
  "license": "MIT",
  "homepage": "https://github.com/chitchu/react-mosaic",
  "repository": {
    "type": "git",
    "url": "git@github.com:chitchu/react-mosaic.git"
  },
  "bugs": "https://github.com/chitchu/react-mosaic/issues",
  "keywords": ["react", "react-component", "components", "mosaic"],
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-core": "^6.24.0",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^19.0.0",
    "babel-loader": "^6.4.0",
    "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-constant-elements": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-es2016": "^6.22.0",
    "babel-preset-react": "^6.23.0",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.1",
    "eslint": "^3.17.1",
    "eslint-config-react-app": "^0.6.2",
    "eslint-plugin-flowtype": "^2.30.3",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "html-webpack-plugin": "^2.28.0",
    "image-webpack-loader": "^3.2.0",
    "jest": "^19.0.2",
    "prop-types": "^15.5.10",
    "raf": "^3.4.0",
    "react": "16",
    "react-addons-test-utils": "^15.4.2",
    "react-dom": "16",
    "react-test-renderer": "^16.0.0",
    "threads": "^0.8.0",
    "webpack": "2.4.0",
    "webpack-dev-server": "^2.4.1"
  },
  "dependencies": {
    "prop-types": "^15.6.0",
    "threads": "^0.8.0"
  },
  "peerDependencies": {
    "react": "*"
  },
  "scripts": {
    "dev": "webpack-dev-server -d --config webpack.config.js --open",
    "build":
      "rm -rf gh-page && mkdir gh-page && NODE_ENV=production webpack --optimize-minimize --config webpack.prod.config.js",
    "prepublish": "mkdir -p dist && babel src --out-dir dist",
    "test": "jest --config jest.config.json"
  },
  "main": "dist/Mosaic.js"
}
