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