{
  "name": "sheep-and-crocodile",
  "version": "0.9.8",
  "description": "Console game for nodejs about a sheep that runs away from a crocodile.",
  "main": "app.js",
  "dependencies": {
    "colors": "^1.3.0",
    "init-array": "^1.2.0",
    "node-emoji": "^1.8.1",
    "optimist": "^0.6.1",
    "worldmap-generator": "^0.9.2"
  },
  "keywords": [
    "sheep",
    "crocodile",
    "game",
    "console",
    "arcade",
    "fun"
  ],
  "bin": {
    "sheepcroc": "./app.js",
    "sheep_and_crocodile": "./app.js"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Sergey Averyanov",
  "license": "MIT",
  "directories": {
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saveryanov/sheep-and-crocodile.git"
  },
  "bugs": {
    "url": "https://github.com/saveryanov/sheep-and-crocodile/issues"
  },
  "homepage": "https://github.com/saveryanov/sheep-and-crocodile#readme"
}
