metalsmith-layouts/package.json
Ian Storm Taylor 552c00f389 0.6.0
* fix to use `path` for metalsmith `1.0.0`
2014-10-03 10:27:39 -07:00

25 lines
604 B
JSON

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