{
  "name": "gulp-nodemon",
  "version": "2.5.0",
  "description": "it's gulp + nodemon + convenience",
  "main": "index.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JacksonGariety/gulp-nodemon.git"
  },
  "keywords": [
    "gulp",
    "nodemon",
    "develop",
    "server",
    "restart",
    "automatically",
    "watch",
    "gulpfriendly",
    "gulpplugin"
  ],
  "author": "Jackson Gariety",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/JacksonGariety/gulp-nodemon/issues"
  },
  "homepage": "https://github.com/JacksonGariety/gulp-nodemon",
  "dependencies": {
    "colors": "^1.2.1",
    "gulp": "^4.0.0",
    "nodemon": "^2.0.2"
  },
  "devDependencies": {
    "coffee-script": "^1.7.1",
    "gulp-jshint": "^2.1.0",
    "gulp-mocha": "^6.0.0",
    "is-running": "^2.1.0",
    "jshint": "^2.11.0",
    "should": "^13.2.3"
  },
  "directories": {
    "test": "test"
  }
}
