{
  "name": "chessjs",
  "version": "0.0.1",
  "description": "A chess engine.",
  "main": "./lib/game.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "./node_modules/nodeunit/bin/nodeunit tests"
  },
  "repository": { "type": "git", "url": "git://github.com/varl/chessjs.git"},
  "keywords": [
    "chess",
    "engine"
  ],
  "author": "Viktor Varland",
  "license": "Apache License",
  "dependencies": {
    "nodeunit": "~0.8.1"
  }
}
