{
  "name": "metalsmith-collections-archive",
  "version": "1.1.2",
  "description": "Generate archive metadata and directories for Metalsmith collections.",
  "main": "lib/index.js",
  "scripts": {
    "test": "gulp",
    "start": "gulp watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yanneves/metalsmith-collections-archive.git"
  },
  "keywords": [
    "metalsmith",
    "filename",
    "collection",
    "archive"
  ],
  "author": "Yann Eves (hello@yanneves.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yanneves/metalsmith-collections-archive/issues"
  },
  "homepage": "https://github.com/yanneves/metalsmith-collections-archive#readme",
  "devDependencies": {
    "@metalsmith/collections": "^1.3.0",
    "@metalsmith/layouts": "^2.7.0",
    "assert-dir-equal": "^1.1.0",
    "chai": "^4.1.2",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-eslint": "^4.0.2",
    "gulp-jscs": "^4.1.0",
    "gulp-mocha": "^5.0.0",
    "jstransformer-handlebars": "^1.1.0",
    "metalsmith": "^2.3.0"
  },
  "peerDependencies": {
    "@metalsmith/collections": "^1.3.0"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "lodash": "^4.17.5",
    "moment": "^2.21.0"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
