metalsmith-collections/package.json
Ian Storm Taylor d84cb86284 0.0.2
* swap to `merge` to not act on clones
2014-02-06 14:21:58 -08:00

15 lines
No EOL
393 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.0.2",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"merge": "~1.1.2"
},
"devDependencies": {
"metalsmith": "0.x",
"mocha": "1.x"
}
}