metalsmith-layouts/package.json
Ian Storm Taylor 837b389688 0.2.0
* add rendering files in place with a `pattern`
2014-03-08 19:57:21 -08:00

21 lines
528 B
JSON

{
"name": "metalsmith-templates",
"description": "A metalsmith plugin to render files with templates.",
"repository": "git://github.com/segmentio/metalsmith-templates.git",
"version": "0.2.0",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"consolidate": "~0.10.0",
"async": "~0.2.10",
"debug": "~0.7.4",
"extend": "~1.2.1",
"multimatch": "^0.1.0"
},
"devDependencies": {
"mocha": "1.x",
"metalsmith": "0.x",
"swig": "~1.3.2",
"assert-dir-equal": "0.0.1"
}
}