{
  "name": "gulp-custom-include",
  "version": "1.0.0",
  "description": "A gulp plugin for including a file's contents into another",
  "main": "index.js",
  "engines": {
    "node": ">=6"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/.bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/castastrophe/gulp-custom-include.git"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "includes",
    "js",
    "build",
    "tools"
  ],
  "author": "castastrophe",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/castastrophe/gulp-custom-include/issues"
  },
  "homepage": "https://github.com/castastrophe/gulp-custom-include#readme",
  "dependencies": {
    "fs": "0.0.1-security",
    "glob": "^7.1.2",
    "gulp-util": "^3.0.8",
    "through2": "^2.0.3",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "eslint": "^5.3.0",
    "gulp": "^3.9.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "should": "^13.2.3",
    "stream-array": "^1.1.2",
    "stream-assert": "^2.0.3",
    "vinyl": "^2.2.0"
  }
}
