metalsmith-collections/package.json
Ian Storm Taylor d8b3674c12 0.1.0
* add matching by pattern
* add shorthand for pattern matching
* add previous and next references
2014-03-06 14:46:01 -08:00

18 lines
467 B
JSON

{
"name": "metalsmith-collections",
"description": "A Metalsmith plugin that adds collections of files to the global metadata.",
"repository": "git://github.com/segmentio/metalsmith-collections.git",
"version": "0.1.0",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"debug": "~0.7.4",
"extend": "~1.2.1",
"minimatch": "^0.2.14",
"uniq": "0.0.2"
},
"devDependencies": {
"metalsmith": "0.x",
"mocha": "1.x"
}
}