mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-04 09:11:38 -05:00
29 lines
765 B
JSON
29 lines
765 B
JSON
{
|
|
"name": "metalsmith-layouts",
|
|
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
|
|
"description": "A metalsmith plugin for layouts.",
|
|
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
|
|
"version": "1.8.1",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"dependencies": {
|
|
"async": "^1.3.0",
|
|
"consolidate": "^0.15.0",
|
|
"debug": "^2.2.0",
|
|
"extend": "^3.0.0",
|
|
"fs-readdir-recursive": "^1.0.0",
|
|
"is-utf8": "^0.2.0",
|
|
"lodash.omit": "^4.0.2",
|
|
"multimatch": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"assert-dir-equal": "^1.0.1",
|
|
"handlebars": "^4.0.2",
|
|
"metalsmith": "^2.0.1",
|
|
"mocha": "^2.2.5",
|
|
"swig": "^1.4.2"
|
|
}
|
|
}
|