{
  "name": "metalsmith-cockpit",
  "version": "1.0.1",
  "description": "A metalsmith plugin to retrieve resources (collections, singletons, etc) from the Cockpit API",
  "main": "lib/index.js",
  "repository": "git://github.com:eatthebytes/metalsmith-cockpit.git",
  "author": "Dave Kirk",
  "license": "MIT",
  "private": false,
  "scripts": {
    "pretest": "eslint --fix .",
    "test": "mocha test"
  },
  "devDependencies": {
    "assert-dir-equal": "^1.1.0",
    "chai": "^4.2.0",
    "eslint": "^5.15.1",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-prettier": "^3.0.1",
    "metalsmith": "^2.3.0",
    "mocha": "^6.0.2",
    "prettier": "^1.16.4",
    "sleep": "^6.0.0"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "fetch-retry": "^2.0.0",
    "moment": "^2.24.0",
    "slugify": "^1.3.4"
  }
}
