{
  "name": "react-pgn-viewer",
  "version": "0.2.4",
  "description": "React component for creating an interactive pgn viewer from string",
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "NODE_ENV=production gulp prod",
    "dev": "NODE_ENV=development gulp dev",
    "lint": "eslint ./",
    "lint-fix": "eslint --fix ./"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajGingrich/react-pgn-viewer.git"
  },
  "author": {
    "name": "Andrew Gingrich",
    "email": "ajgingrich@yahoo.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ajGingrich/react-pgn-viewer/issues"
  },
  "homepage": "https://github.com/ajGingrich/react-pgn-viewer#readme",
  "dependencies": {
    "chess.js": "^0.10.2",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "reactjs-chessboard": "0.0.8"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-react": "^6.24.1",
    "del": "^3.0.0",
    "eslint": "^4.19.1",
    "eslint-config-google": "^0.9.1",
    "eslint-plugin-react": "^7.8.2",
    "gulp": "^3.9.1",
    "gulp-webserver": "^0.9.1",
    "highlight.js": "^9.12.0",
    "rollup": "^0.59.1",
    "rollup-analyzer-plugin": "^1.1.1",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "8.3.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^3.0.0",
    "rollup-stream": "^1.24.1",
    "vinyl-source-stream": "^2.0.0"
  }
}
