{
  "name": "vinyl-view",
  "description": "Extends vinyl with render and compile methods, and properties used for rendering templates.",
  "version": "2.0.1",
  "homepage": "https://github.com/jonschlinkert/vinyl-view",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/vinyl-view",
  "bugs": {
    "url": "https://github.com/jonschlinkert/vinyl-view/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "arr-union": "^3.1.0",
    "define-property": "^0.2.5",
    "engine-base": "^0.1.2",
    "extend-shallow": "^2.0.1",
    "isobject": "^3.0.0",
    "lazy-cache": "^2.0.2",
    "vinyl-item": "^1.0.0"
  },
  "devDependencies": {
    "event-stream": "^3.3.4",
    "gulp-format-md": "^0.1.11",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "assemble",
    "collection",
    "compile",
    "context",
    "engine",
    "handlebars",
    "render",
    "template",
    "templates",
    "view",
    "views",
    "vinyl"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "reflinks": [
      "verb",
      "vinyl"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
