mirror of
https://github.com/vale981/metalsmith-collections
synced 2025-03-04 08:51:41 -05:00
23 lines
614 B
JSON
23 lines
614 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.9.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"extend": "^3.0.0",
|
|
"multimatch": "^2.1.0",
|
|
"read-metadata": "^1.0.0",
|
|
"uniq": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"metalsmith": "2.x",
|
|
"mocha": "^3.1.2"
|
|
},
|
|
"scripts": {
|
|
"pretest": "npm install --silent --progress=false",
|
|
"test": "mocha --reporter spec"
|
|
}
|
|
}
|