{
  "name": "fics",
  "version": "0.6.1",
  "description": "A promise-based interface for the Free Internet Chess Server",
  "main": "index.js",

  "repository": {
    "type": "git",
    "url": "git://github.com/sonnym/fics.git"
  },

  "scripts": {
    "test": "./node_modules/.bin/nodeunit test/index.js",
    "doc-preview": "./node_modules/.bin/groc",
    "doc-publish": "git config --local status.branch false && ./node_modules/.bin/groc --gh && git config --local --unset status.branch"
  },

  "keywords": [
    "chess",
    "fics"
  ],

  "dependencies": {
    "q": "1.x.x",
    "underscore": "*"
  },

  "devDependencies": {
    "groc": "*",

    "nodeunit": "*",
    "sinon": "*"
  },

  "author": "Sonny Michaud <michaud.sonny@gmail.com> (https://github.com/sonnym)",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/sonnym/fics/issues"
  }
}
