{
  "_args": [
    [
      "gulp-nodemon@2.4.2",
      "/var/www/brandplatform.be/bebat"
    ]
  ],
  "_from": "gulp-nodemon@2.4.2",
  "_id": "gulp-nodemon@2.4.2",
  "_inBundle": false,
  "_integrity": "sha512-r8ShC9yzL3lK5qUsTStMeZRwqLG6t2m4lEBVcfUYzVkiYSeYXu9xYXG5rfvzBOPZOZ2dWugTKr+zeWbnMnzWDA==",
  "_location": "/gulp-nodemon",
  "_phantomChildren": {
    "chokidar": "2.1.6",
    "has-flag": "3.0.0",
    "ignore-by-default": "1.0.1",
    "minimatch": "3.0.4",
    "pstree.remy": "1.1.7",
    "semver": "5.7.0",
    "touch": "3.1.0",
    "undefsafe": "2.0.2",
    "update-notifier": "2.5.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-nodemon@2.4.2",
    "name": "gulp-nodemon",
    "escapedName": "gulp-nodemon",
    "rawSpec": "2.4.2",
    "saveSpec": null,
    "fetchSpec": "2.4.2"
  },
  "_requiredBy": [
    "/lmr-brandplatform"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-nodemon/-/gulp-nodemon-2.4.2.tgz",
  "_spec": "2.4.2",
  "_where": "/var/www/brandplatform.be/bebat",
  "author": {
    "name": "Jackson Gariety"
  },
  "bugs": {
    "url": "https://github.com/JacksonGariety/gulp-nodemon/issues"
  },
  "dependencies": {
    "colors": "^1.2.1",
    "gulp": "^4.0.0",
    "nodemon": "^1.18.7"
  },
  "description": "it's gulp + nodemon + convenience",
  "devDependencies": {
    "coffee-script": "^1.7.1",
    "gulp-jshint": "^2.1.0",
    "gulp-mocha": "^6.0.0",
    "is-running": "^2.1.0",
    "should": "^13.2.3"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/JacksonGariety/gulp-nodemon",
  "keywords": [
    "gulp",
    "nodemon",
    "develop",
    "server",
    "restart",
    "automatically",
    "watch",
    "gulpfriendly",
    "gulpplugin"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "name": "gulp-nodemon",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JacksonGariety/gulp-nodemon.git"
  },
  "scripts": {
    "start": "node server.js",
    "test": "gulp test"
  },
  "version": "2.4.2"
}
