{
  "name": "grunt-wait",
  "description": "Stop grunting and wait for a signal to continue",
  "version": "0.3.0",
  "homepage": "https://github.com/Bartvds/grunt-wait",
  "author": {
    "name": "Bart van der Schoor",
    "email": "bartvanderschoor@gmail.com",
    "url": "https://github.com/Bartvds"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Bartvds/grunt-wait"
  },
  "bugs": {
    "url": "https://github.com/Bartvds/grunt-wait/issues"
  },
  "license": "MIT",
  "main": "tasks/wait.js",
  "engines": {
    "node": ">= 4",
    "npm": ">= 2.14.3"
  },
  "scripts": {
    "test": "grunt test",
    "cover": "nyc --reporter=html --reporter=text grunt test",
    "coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls"
  },
  "nyc": {
    "all": true,
    "include": [
      "tasks/*.js"
    ],
    "exclude": [
      "Gruntfile.js"
    ]
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "grunt": "^1.0.3",
    "grunt-cli": "^1.3.1",
    "grunt-contrib-jshint": "^1.1.0",
    "nyc": "^13.0.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "wait",
    "timeout",
    "timer",
    "halt"
  ]
}
