{
  "name": "get-view",
  "description": "Utility for getting an assemble view from a collection object.",
  "version": "0.1.3",
  "homepage": "https://github.com/jonschlinkert/get-view",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/get-view",
  "bugs": {
    "url": "https://github.com/jonschlinkert/get-view/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "isobject": "^3.0.0",
    "match-file": "^0.2.1"
  },
  "devDependencies": {
    "gulp-format-md": "^0.1.11",
    "mocha": "^3.2.0",
    "templates": "^1.1.1"
  },
  "keywords": [
    "assemble",
    "collection",
    "file",
    "find",
    "get",
    "gulpfriendly",
    "match",
    "view",
    "vinyl"
  ],
  "verb": {
    "reflinks": [
      "assemble",
      "gulp",
      "templates",
      "verb",
      "vinyl"
    ],
    "layout": "default",
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "assemble",
        "gulp",
        "match-file",
        "templates",
        "verb",
        "vinyl"
      ]
    },
    "toc": false
  }
}
