{
  "name": "metalsmith-permalinks",
  "description": "A metalsmith plugin for permalinks.",
  "repository": "git://github.com/segmentio/metalsmith-permalinks.git",
  "version": "2.2.0",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "pretest": "npm run lint",
    "test": "mocha test",
    "lint": "eslint --cache --fix .",
    "dev": "nodemon --exec 'npm test'",
    "preversion": "npm test",
    "postversion": "git push && git push --tags && npm publish"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "moment": "^2.24.0",
    "slugify": "^1.3.4",
    "substitute": "https://github.com/segmentio/substitute/archive/0.1.0.tar.gz"
  },
  "devDependencies": {
    "assert-dir-equal": "^1.1.0",
    "eslint": "^5.14.1",
    "eslint-config-prettier": "^4.0.0",
    "eslint-plugin-prettier": "^3.0.1",
    "metalsmith": "^2.3.0",
    "mocha": "^6.0.0",
    "nodemon": "^1.18.10",
    "prettier": "^1.16.4",
    "rimraf": "^2.6.3",
    "transliteration": "^2.1.3"
  }
}
