{
  "name": "pingjs",
  "version": "0.9.1",
  "description": "Ping module for node.js written for node >=4.X",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DominicBoettger/pingjs.git"
  },
  "keywords": [
    "ping",
    "node-ping"
  ],
  "author": "Dominic Böttger",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DominicBoettger/pingjs/issues"
  },
  "homepage": "https://github.com/DominicBoettger/pingjs#readme",
  "devDependencies": {
    "mocha": "^2.3.4",
    "should": "^8.1.1"
  },
  "dependencies": {
    "microtime": "^2.0.0",
    "raw-socket": "^1.4.0"
  },
  "engines": {
    "node": ">=4.0"
  }
}
