ivansky/gulp-yaml-merge

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gulp-yaml-merge",
  "version": "2.0.0",
  "description": "Merge Yaml files data",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=lcov mocha"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ivansky/gulp-yaml-merge.git"
  },
  "keywords": [
    "gulpplugin",
    "yaml",
    "merge"
  ],
  "author": "Ivan Martianov <i@ivansky.ru>",
  "engines": {
    "node": ">= 8"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ivansky/gulp-yaml-merge/issues"
  },
  "homepage": "https://github.com/ivansky/gulp-yaml-merge#readme",
  "dependencies": {
    "js-yaml": "^3.13.1",
    "lodash.merge": "^4.6.1",
    "plugin-error": "^1.0.1",
    "through2": "^0.6.5",
    "vinyl": "^2.2.0"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "mocha": "^6.1.4",
    "nyc": "^14.1.0",
    "should": "^8.3.1"
  },
  "peerDependencies": {
    "gulp": "^4.0.0"
  }
}