{
  "name": "bchess",
  "version": "1.0.8",
  "description": "Yet another chess engine.",
  "main": "dist/bchess.js",
  "dependencies": {},
  "devDependencies": {
    "codecov": "^3.1.0",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0",
    "gulp": "^4.0.0",
    "gulp-rename": "^1.4.0",
    "gulp-uglify-es": "^1.0.4"
  },
  "scripts": {
    "start": "node server.js",
    "test": "nyc mocha --timeout 10000 --exit",
    "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "build": "gulp uglify && gulp copy",
    "debug": "node --nolazy --inspect-brk=9229 debug.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blairjordan/bchess.git"
  },
  "keywords": [
    "chess",
    "board",
    "game",
    "engine"
  ],
  "author": "B. Jordan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blairjordan/bchess/issues"
  },
  "homepage": "https://github.com/blairjordan/bchess#readme",
  "nyc": {
    "check-coverage": true,
    "reporter": [
      "lcov",
      "text-summary"
    ]
  }
}
