{
  "name": "semantic-chess",
  "version": "0.2.1",
  "description": "Semantic version of chess.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha \"./lib/*test.js\"",
    "doc": "./node_modules/.bin/jsdoc -c jsdoc.json ./lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pheyvaer/semantic-chess-js.git"
  },
  "keywords": [
    "semantic",
    "rdf",
    "linked data",
    "chess"
  ],
  "author": "Pieter Heyvaert <pheyvaer.heyvaert@ugent.be>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pheyvaer/semantic-chess-js/issues"
  },
  "homepage": "https://github.com/pheyvaer/semantic-chess-js#readme",
  "dependencies": {
    "@comunica/actor-init-sparql-rdfjs": "^1.4.2",
    "chess.js": "^0.10.2",
    "n3": "^1.0.0",
    "prefix-ns": "^0.1.2",
    "uniqid": "^5.0.3"
  },
  "devDependencies": {
    "assert": "^1.4.1",
    "jsdoc": "^3.5.5",
    "minami": "^1.2.3",
    "mocha": "^5.2.0",
    "q": "^1.5.1",
    "rdf-isomorphic": "^1.0.3",
    "solid-auth-client": "^2.2.11"
  }
}
