{
  "name": "@frctl/fractal",
  "version": "1.5.15",
  "description": "A tool to help you build and document website component libraries and then integrate them into your projects.",
  "main": "src/fractal.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/frctl/fractal.git",
    "directory": "packages/fractal"
  },
  "author": "Mark Perkins <mark@clearleft.com> (http://clearleft.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/frctl/fractal/issues"
  },
  "homepage": "https://github.com/frctl/fractal",
  "dependencies": {
    "@frctl/core": "^0.3.5",
    "@frctl/handlebars": "^1.2.15",
    "@frctl/mandelbrot": "^1.10.3",
    "@frctl/web": "^0.1.12",
    "anymatch": "^3.1.2",
    "bluebird": "^3.7.2",
    "chalk": "^4.1.1",
    "chokidar": "^3.5.1",
    "cli-table3": "^0.6.0",
    "co": "^4.6.0",
    "columnify": "^1.5.4",
    "execa": "^5.0.0",
    "fs-extra": "^9.1.0",
    "gray-matter": "^4.0.3",
    "handlebars": "^4.7.7",
    "inquirer": "^7.3.3",
    "liftoff": "^3.1.0",
    "lodash": "^4.17.21",
    "log-update": "^4.0.0",
    "mime": "^2.5.2",
    "require-all": "^3.0.0",
    "semver": "^7.3.5",
    "update-notifier": "^5.1.0",
    "vinyl": "^2.2.1",
    "vorpal": "^1.12.0"
  },
  "bin": {
    "fractal": "./bin/fractal.js"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "dd6cd938653b24cd23456d10b9c28d3bc436c4c3"
}
