metalsmith-layouts/package.json
Ian Storm Taylor 2ba605ef4e 0.0.6
* fix `directory` option bug
2014-02-07 19:43:04 -08:00

20 lines
No EOL
499 B
JSON

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