{
  "name": "plugin-log",
  "description": "Legacy logging for gulp plugins - gulp-util.log",
  "version": "0.1.0",
  "repository": "stevelacy/plugin-log",
  "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
  "dependencies": {
    "chalk": "^1.1.1",
    "dateformat": "^1.0.11"
  },
  "devDependencies": {
    "mocha": "^2.3.3",
    "should": "^7.1.0"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "engines": {
    "node": ">= 0.9.0"
  }
}
