{
  "name": "pac-man-game",
  "version": "1.0.6",
  "description": "A JavaScript implementation of Pac-Man",
  "main": "initialize.js",
  "scripts": {
    "test": "exit 1",
    "start": "cd lib && node ./bin/pac-man-server -p 80 -c-1 -g -o"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atilamx/pac-man.git"
  },
  "keywords": [
    "pacman",
    "pac-man",
    "pacman-game",
    "pac-man-game",
    "game-80",
    "game",
    "ghost"    
  ],
  "author": "Manuel Gutierrez",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/atilamx/pac-man/issues"
  },
  "dependencies": {
    "ecstatic": "4.1.4",
    "http-server": "0.12.3",
    "open": "8.0.1"
  },
  "homepage": "https://github.com/atilamx/pac-man#readme"
}
