expand-front-matter
Version:
Middleware for processing config templates in front matter. Can be used with verb, assemble v0.6.0 and greater, or any application based on jonschlinkert/templates.
74 lines (73 loc) • 1.59 kB
JSON
{
"name": "expand-front-matter",
"description": "Middleware for processing config templates in front matter. Can be used with verb, assemble v0.6.0 and greater, or any application based on jonschlinkert/templates.",
"version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/expand-front-matter",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/expand-front-matter",
"bugs": {
"url": "https://github.com/jonschlinkert/expand-front-matter/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"expand": "^0.4.3",
"extend-shallow": "^2.0.1",
"is-valid-app": "^0.2.1",
"isobject": "^3.0.0",
"mixin-deep": "^1.1.3"
},
"devDependencies": {
"assemble": "^0.17.1",
"assemble-loader": "^0.6.1",
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0",
"parser-front-matter": "^1.6.2"
},
"keywords": [
"expand",
"front",
"matter",
"process"
],
"verb": {
"related": {
"list": [
"assemble",
"expand",
"template",
"verb"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"assemble",
"generate",
"parser-front-matter",
"template",
"update",
"verb",
"verb-generate-readme"
]
}
}