metalsmith-excludes
Version:
Excludes documents from the builds based on tags, like draft or sandbox
27 lines (26 loc) • 632 B
JSON
{
"name": "metalsmith-excludes",
"version": "1.0.0",
"description": "Excludes documents from the builds based on tags, like draft or sandbox",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"debug": "^2.2.0"
},
"keywords": [
"metalsmith",
"filter",
"excludes",
"drafts",
"sandboxes"
],
"author": "Antonio Hernandez <ahdiaz@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/ahdiaz/metalsmith-excludes",
"repository": {
"type": "git",
"url": "https://github.com/ahdiaz/metalsmith-excludes"
}
}