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-10-03 10:27:39 -07:00
|
|
|
"version": "0.6.0",
|
2014-02-04 21:47:35 -08:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/index.js",
|
2014-10-01 21:24:01 -06:00
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
2014-02-04 21:47:35 -08:00
|
|
|
"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": {
|
2014-10-01 21:24:01 -06:00
|
|
|
"assert-dir-equal": "0.0.1",
|
|
|
|
"metalsmith": "^1.0.1",
|
2014-02-04 21:47:35 -08:00
|
|
|
"mocha": "1.x",
|
2014-10-01 21:24:01 -06:00
|
|
|
"swig": "~1.3.2"
|
2014-02-04 21:47:35 -08:00
|
|
|
}
|
2014-03-08 19:56:18 -08:00
|
|
|
}
|