{
  "name": "@cs11-async/wiki-game",
  "version": "1.0.0",
  "description": "CS 11 Asynchronous Programming - Wiki Game",
  "scripts": {
    "test": "ava --verbose --timeout=10m tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.caltech.edu:cs11-async/wiki-game.git"
  },
  "license": "MIT",
  "devDependencies": {
    "ava": "^3.5.0"
  }
}