metalsmith-collections/package.json

24 lines
614 B
JSON
Raw Permalink 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",
2016-11-02 12:10:29 -07:00
"version": "0.9.0",
2014-02-05 15:06:46 -08:00
"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"
2014-02-05 15:06:46 -08:00
},
"devDependencies": {
"metalsmith": "2.x",
"mocha": "^3.1.2"
},
"scripts": {
"pretest": "npm install --silent --progress=false",
"test": "mocha --reporter spec"
2014-02-05 15:06:46 -08:00
}
2016-11-02 12:10:29 -07:00
}