{
  "name": "mcpeping",
  "version": "0.0.3",
  "description": "Pings an MCPE server for simple data.",
  "homepage": "https://github.com/Falkirks/mcpe-ping",
  "author": {
    "name": "Falkirks",
    "email": "me@falkirks.com",
    "url": "http://falkirks.com"
  },
  "repository": "Falkirks/mcpe-ping",
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "keywords": [
    "mcpe-ping",
    "mcpe",
    "minecraft",
    "ping"
  ],
  "dependencies": {
    "bytebuffer": "^5.0.1",
    "portfinder": "^1.0.13"
  },
  "devDependencies": {
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-cli": "^1.12.0",
    "jshint-stylish": "^1.0.1",
    "load-grunt-tasks": "^3.1.0",
    "time-grunt": "^1.1.0"
  },
  "scripts": {
    "test": "grunt"
  }
}
