{
  "name": "generator-terminus-ui",
  "version": "0.1.17",
  "description": "A generator for adding new components to the Terminus UI library.",
  "homepage": "https://github.com/GetTerminus/generator-terminus-ui",
  "author": "Terminus",
  "license": "MIT",
  "files": [
    "generators"
  ],
  "keywords": [
    "terminus",
    "ui",
    "generator",
    "yeoman-generator"
  ],
  "scripts": {
    "cm": "./node_modules/.bin/git-cz",
    "docs:toc": "doctoc --title '**Table of Contents**' --maxlevel 4 ./README.md",
    "prepare": "nsp check",
    "lint": "eslint . --fix",
    "pretest": "npm run lint",
    "test": "echo 'No tests are currently set up.'",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "dependencies": {
    "chalk": "2.3.0",
    "fs": "0.0.1-security",
    "lodash.startcase": "4.4.0",
    "mkdirp": "0.5.1",
    "yeoman-generator": "2.0.1",
    "yosay": "2.0.1"
  },
  "devDependencies": {
    "commitizen": "2.9.6",
    "condition-circle": "1.5.0",
    "coveralls": "3.0.0",
    "cz-customizable": "5.2.0",
    "doctoc": "1.3.0",
    "eslint": "4.12.1",
    "eslint-config-xo-space": "0.17.0",
    "jest": "21.2.1",
    "jest-cli": "21.2.1",
    "last-release-git": "0.0.3",
    "nsp": "3.1.0",
    "semantic-release": "6.3.6",
    "validate-commit-msg": "2.14.0"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "eslintConfig": {
    "env": {
      "jest": true,
      "node": true
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    },
    "cz-customizable": {
      "config": "./tooling/cz-config.js"
    }
  },
  "release": {
    "getLastRelease": "last-release-git",
    "verifyConditions": "condition-circle",
    "branch": "master"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GetTerminus/generator-terminus-ui.git"
  }
}