mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-05 09:31:39 -05:00
25 lines
604 B
JSON
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.5.2",
|
|
"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"
|
|
}
|
|
}
|