metalsmith-layouts/package.json
Ian Storm Taylor 9c794d582d 0.4.0
* add `default` option
2014-04-02 12:28:52 -07: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.4.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"
}
}