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",
|
2014-08-12 14:16:44 -07:00
|
|
|
"version": "0.6.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",
|
2014-07-29 15:45:15 -07:00
|
|
|
"uniq": "0.0.2",
|
2014-08-04 18:28:45 -07:00
|
|
|
"read-metadata": "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-08-04 18:31:19 -07:00
|
|
|
}
|