{
  "name": "stylize",
  "version": "0.0.2",
  "description": "Stylize styleguide framework",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./tests/index"
  },
  "author": {
    "name": "Josh Miller",
    "email": "josh@josh-miller.me",
    "url": "http://josh-miller.me/"
  },
  "license": "GPL-3.0",
  "keywords": [
    "styleguide",
    "pattern",
    "stylize",
    "cli"
  ],
  "repository": "Josh-Miller/stylize",
  "bin": {
    "stylize": "cli.js"
  },
  "dependencies": {
    "chalk": "^1.1.0",
    "chokidar": "^1.0.5",
    "commander": "^2.8.1",
    "fs-extra": "^0.22.1",
    "generator-stylize": "https://github.com/Josh-Miller/generator-stylize",
    "gulp": "^3.9.0",
    "lodash": "^3.10.0",
    "stylize-core": "^0.0.2",
    "stylize-front-end": "https://github.com/AtenDesignGroup/stylize-front-end",
    "yeoman-environment": "^1.2.7",
    "stylize-regression": "^0.0.0"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "mocha": "^2.2.5"
  }
}
