mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-04 17:21:37 -05:00
30 lines
777 B
JSON
30 lines
777 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.4.1",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"async": "^1.3.0",
|
|
"consolidate": "^0.13.1",
|
|
"debug": "^2.2.0",
|
|
"extend": "^3.0.0",
|
|
"fs-readdir-recursive": "^1.0.0",
|
|
"is-utf8": "^0.2.0",
|
|
"lodash.omit": "^3.1.0",
|
|
"multimatch": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"assert-dir-equal": "^1.0.1",
|
|
"eslint": "^1.0.0",
|
|
"handlebars": "^4.0.2",
|
|
"metalsmith": "^2.0.1",
|
|
"mocha": "^2.2.5",
|
|
"swig": "^1.4.2"
|
|
}
|
|
}
|