{
  "name": "mcapi",
  "version": "1.0.1",
  "description": "An unofficial Node.js library for fetching data from Mojang",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Moudoux/mcapi.git"
  },
  "keywords": [
    "Minecraft",
    "Mojang",
    "API",
    "Node.js"
  ],
  "author": "Deftware",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Moudoux/mcapi/issues"
  },
  "homepage": "https://github.com/Moudoux/mcapi#readme",
  "dependencies": {
    "node-fetch": "^2.1.2"
  }
}
