{
  "version": "0.4.9",
  "description": "Yet another Javascript Chess Board", 
  "author": "Domingo E. Savoretti",
  "name": "next-chess-board",
  "main": "lib/board.min.js",
  "keywords": [
    "chess",
    "react",
    "nextjs",
    "chess-board",
    "chessboard",
    "babel",
    "universal-app"
  ],
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start",
    "prepare": "next build && ./node_modules/.bin/uglifyjs .next/dist/components/board.js -c -m --comments 'license' > lib/board.min.js && ./node_modules/.bin/uglifyjs .next/dist/components/chess-sets.js -c -m --comments 'license' > lib/chess-sets.js"
  },
  "dependencies": {
    "chess.js": "https://github.com/sandy98/chess.js",
    "isomorphic-fetch": "^2.2.1",
    "material-ui": "next",
    "next": "latest",
    "react": "latest",
    "react-dom": "latest",
    "react-markdown": "^2.5.0",
    "stockfish": "^8.0.0"
  }
}
