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-07-09 11:15:03 -07:00
|
|
|
"version": "0.5.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",
|
2014-02-06 23:14:17 -08:00
|
|
|
"debug": "~0.7.4",
|
2014-03-08 19:56:18 -08:00
|
|
|
"extend": "~1.2.1",
|
2014-04-29 08:28:59 +02:00
|
|
|
"multimatch": "^0.1.0",
|
|
|
|
"lodash.omit": "~2.4.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-03-08 19:56:18 -08:00
|
|
|
}
|