metalsmith-layouts/package.json
Ian Storm Taylor 71a790621c 0.0.4
* switch to `extend` from `defaults` to avoid cloning
* add debug statements
2014-02-06 23:14:17 -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.4",
"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"
}
}