metalsmith-layouts/package.json

20 lines
499 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-03-05 21:12:39 -08:00
"version": "0.1.0",
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",
"debug": "~0.7.4",
"extend": "~1.2.1"
2014-02-04 21:47:35 -08:00
},
"devDependencies": {
"mocha": "1.x",
2014-02-06 11:33:50 -08:00
"metalsmith": "0.x",
2014-02-04 21:47:35 -08:00
"swig": "~1.3.2",
"assert-dir-equal": "0.0.1"
}
2014-02-06 11:33:50 -08:00
}