metalsmith-collections/package.json

19 lines
467 B
JSON
Raw Normal View History

2014-02-05 15:06:46 -08:00
{
"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",
2014-02-05 15:06:46 -08:00
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
2014-02-06 23:16:04 -08:00
"debug": "~0.7.4",
2014-03-06 14:33:37 -08:00
"extend": "~1.2.1",
"minimatch": "^0.2.14",
"uniq": "0.0.2"
2014-02-05 15:06:46 -08:00
},
"devDependencies": {
2014-02-05 18:39:44 -08:00
"metalsmith": "0.x",
2014-02-05 15:06:46 -08:00
"mocha": "1.x"
}
2014-02-06 23:16:04 -08:00
}