metalsmith-collections/package.json
Andrew Goodricke 8c36d634bd Multimatch: Added
Updated:
- Packages
- Unit tests
- Documentation
- To use npm scripts - npm test will run tests
2016-10-29 19:25:41 -03:00

23 lines
No EOL
613 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.7.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"
}
}