{
  "name": "probe",
  "version": "2.2.0",
  "description": "Ping and probe stuff.",
  "main": "index.js",
  "scripts": {
    "test": "tape 'test/**/*.spec.js'",
    "postversion": "TAG=$(echo $(git describe --tags $(git rev-list --tags --max-count=1))) && git tag -a $TAG $TAG -f -m \"$(git log `git describe --tags --abbrev=0 HEAD^`..HEAD --oneline)\" && git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eljefedelrodeodeljefe/probe.git"
  },
  "keywords": [
    "probe",
    "ping",
    "uptime",
    "check"
  ],
  "author": "Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eljefedelrodeodeljefe/probe/issues"
  },
  "homepage": "https://github.com/eljefedelrodeodeljefe/probe#readme",
  "devDependencies": {
    "nodemon": "^1.11.0",
    "steed": "^1.1.3",
    "tape": "^4.6.3"
  },
  "dependencies": {
    "node-schedule": "^1.2.0"
  }
}
