mirror of
https://github.com/vale981/metalsmith-collections
synced 2025-03-05 09:21:39 -05:00
19 lines
No EOL
496 B
JSON
19 lines
No EOL
496 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.6.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"debug": "~0.7.4",
|
|
"extend": "~1.2.1",
|
|
"minimatch": "^0.2.14",
|
|
"uniq": "0.0.2",
|
|
"read-metadata": "0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"metalsmith": "0.x",
|
|
"mocha": "1.x"
|
|
}
|
|
} |