{
  "name": "accolade",
  "version": "0.0.8",
  "description": "A naive skill alogorithm",
  "homepage": "https://github.com/thomax/accolade#readme",
  "author": "Thomas Drevon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thomax/accolade/issues"
  },
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src -d lib",
    "test": "mocha --require babel-register test/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thomax/accolade.git"
  },
  "keywords": [
    "skill",
    "foosball",
    "ftw",
    "ladder"
  ],
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-env": "^1.5.2",
    "babel-register": "^6.24.1",
    "mocha": "^3.5.0"
  }
}
