metalsmith-layouts/package.json

20 lines
481 B
JSON
Raw Normal View History

2014-02-04 21:47:35 -08:00
{
"name": "metalsmith-templates",
"description": "A metalsmith plugin to render files with templates.",
"repository": "git://github.com/segmentio/metalsmith-templates.git",
2014-02-05 11:44:18 -08:00
"version": "0.0.2",
2014-02-04 21:47:35 -08:00
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"consolidate": "~0.10.0",
2014-02-05 11:44:18 -08:00
"async": "~0.2.10",
"defaults": "~1.0.0"
2014-02-04 21:47:35 -08:00
},
"devDependencies": {
"mocha": "1.x",
2014-02-05 11:44:18 -08:00
"metalsmith": "0.0.2",
2014-02-04 21:47:35 -08:00
"swig": "~1.3.2",
"assert-dir-equal": "0.0.1"
}
}