{
  "name": "gulp-derequire",
  "description": "A Gulp plugin to apply derequire to target Buffer/Stream",
  "version": "3.0.0",
  "author": {
    "name": "Takuto Wada",
    "email": "takuto.wada@gmail.com",
    "url": "http://github.com/twada"
  },
  "bugs": "https://github.com/twada/gulp-derequire/issues",
  "contributors": [
    {
      "name": "Calvin Metcalf",
      "url": "https://github.com/calvinmetcalf"
    }
  ],
  "dependencies": {
    "bufferstreams": "^3.0.0",
    "derequire": "^2.0.0",
    "plugin-error": "^1.0.0",
    "through2": "^3.0.0"
  },
  "devDependencies": {
    "event-stream": "^4.0.0",
    "mocha": "^7.0.0",
    "semistandard": "^14.2.0",
    "snazzy": "^8.0.0",
    "vinyl": "^2.0.0"
  },
  "files": [
    "CHANGELOG.md",
    "MIT-LICENSE",
    "README.md",
    "index.js",
    "package.json"
  ],
  "homepage": "http://github.com/twada/gulp-derequire",
  "keywords": [
    "derequire",
    "gulpplugin"
  ],
  "license": "MIT",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/twada/gulp-derequire.git"
  },
  "scripts": {
    "fmt": "semistandard --fix index.js 'test/*.js'",
    "lint": "semistandard --verbose index.js 'test/*.js' | snazzy",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "mocha"
  },
  "semistandard": {
    "globals": [
      "describe",
      "context",
      "beforeEach",
      "it"
    ]
  }
}
