{
  "name": "contentful-aggregator",
  "description": "functional contentful configuration for static site generators",
  "version": "1.0.1",
  "author": "Declan de Wet <declandewet@me.com>",
  "bugs": {
    "url": "https://github.com/declandewet/contentful-aggregator/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "pre-commit": "doctoc readme.md --notitle --maxlevel 4"
    }
  },
  "dependencies": {
    "common-tags": "1.4.0",
    "contentful": "^3.7.0",
    "ramda": "^0.23.0",
    "ramda-fantasy": "^0.7.0"
  },
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-preset-es2015": "^6.18.0",
    "babel-tape-runner": "^2.0.0",
    "blue-tape": "^1.0.0",
    "codecov": "^1.0.1",
    "cz-conventional-changelog": "^1.1.5",
    "doctoc": "^1.0.0",
    "ghooks": "^2.0.0",
    "nyc": "^8.3.1",
    "semantic-release": "^6.3.2",
    "standard": "^8.4.0",
    "tap-spec": "^4.1.1"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  },
  "homepage": "https://github.com/declandewet/contentful-aggregator",
  "keywords": [
    "aggregate",
    "cms",
    "contentful",
    "extension",
    "generator",
    "mini",
    "roots",
    "site",
    "static"
  ],
  "license": "MIT",
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/declandewet/contentful-aggregator.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "codecov": "nyc report --reporter=lcov && codecov",
    "coverage": "nyc report",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "standard && nyc babel-tape-runner test/**/*.js | tap-spec"
  }
}