{
  "name": "lazy-build",
  "version": "5.0.1",
  "description": "A lazy build system using glob targets",
  "author": "Brecht Savelkoul <brecht.savelkoul@gmail.com>",
  "main": "index.js",
  "scripts": {
    "test": "standard && tape test/*.js"
  },
  "dependencies": {
    "call-me-maybe": "^1.0.1",
    "callbox": "^1.0.0",
    "dat-glob": "^1.1.0",
    "dat-rm": "^1.1.1",
    "micromatch": "^3.1.10",
    "minimist": "^1.2.0",
    "mkdirp": "^0.5.1",
    "pump": "^3.0.0",
    "run-parallel": "^1.1.9",
    "scoped-fs": "^1.2.0"
  },
  "devDependencies": {
    "browserify": "^16.2.3",
    "fast-glob": "^2.2.3",
    "got": "^9.2.2",
    "gulp-autoprefixer": "^6.0.0",
    "gulp-cssnano": "^2.1.3",
    "gulp-less": "^4.0.1",
    "rehype-document": "^2.2.0",
    "rehype-format": "^2.3.0",
    "rehype-stringify": "^4.0.0",
    "remark-parse": "^6.0.1",
    "remark-rehype": "^3.0.1",
    "standard": "^12.0.1",
    "tape": "^4.8.0",
    "to-vfile": "^5.0.2",
    "unified": "^7.0.0",
    "vinyl-fs": "^3.0.3"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "lazy",
    "build",
    "globs",
    "glob",
    "targets",
    "make",
    "gulp"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brechtcs/lazy-build.git"
  },
  "bugs": {
    "url": "https://github.com/brechtcs/lazy-build/issues"
  },
  "license": "Apache-2.0"
}
