{
  "name": "gulp-inline-source",
  "version": "4.0.0",
  "description": "Inline flagged js & css sources.",
  "license": "MIT",
  "author": "Filip Malinowski <filip@fmal.me>",
  "repository": "git://github.com/fmal/gulp-inline-source.git",
  "keywords": [
    "gulpplugin",
    "inline",
    "css",
    "javascript"
  ],
  "engines": {
    "node": ">=7.6"
  },
  "scripts": {
    "test": "tape test/*.js | faucet",
    "commit": "git-cz",
    "commitmsg": "validate-commit-msg",
    "prepush": "npm test",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once"
  },
  "dependencies": {
    "plugin-error": "~1.0.1",
    "inline-source": "~6.1.8",
    "through2": "~2.0.0"
  },
  "main": "index.js",
  "devDependencies": {
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "faucet": "0.0.1",
    "husky": "^0.13.3",
    "semantic-release": "^15.6.0",
    "tape": "^4.0.1",
    "travis-deploy-once": "^5.0.0",
    "validate-commit-msg": "^2.14.0",
    "vinyl": "^2.1.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
