get-view
Version:
Utility for getting an assemble view from a collection object.
64 lines (63 loc) • 1.16 kB
JSON
{
"name": "get-view",
"description": "Utility for getting an assemble view from a collection object.",
"version": "2.0.0",
"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": ">=6"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"path-ends-with": "^2.0.0"
},
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"keywords": [
"assemble",
"collection",
"file",
"find",
"get",
"gulpfriendly",
"match",
"view",
"vinyl"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assemble",
"gulp",
"match-file",
"templates",
"verb",
"vinyl"
]
},
"lint": {
"reflinks": true
}
}
}