metalsmith-layouts/package.json
2017-12-22 21:24:30 +01:00

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"
}
}