metalsmith-layouts/package.json

26 lines
604 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",
"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",
"debug": "~0.7.4",
2014-03-08 19:56:18 -08:00
"extend": "~1.2.1",
"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
}