{
  "name": "stylize-handlebars",
  "version": "0.0.0",
  "description": "Compiler for Stylize in Handlebars",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Josh Miller",
    "email": "josh@josh-miller.me",
    "url": "http://josh-miller.me/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josh-miller/stylize-handlebars.git"
  },
  "license": "GPL-3.0",
  "keywords": [
    "stylize-plugin",
    "stylize",
    "styleguide"
  ],
  "dependencies": {
    "handlebars": "^3.0.3",
    "lodash": "^3.10.0"
  },
  "readme": "# Stylize Handlebars\n\nHandlebars compiler for Stylize.\n\n## How to use in Stylize\n\nInstall in your Stylize project\n```\n$ npm i stylize-handlebars --save\n```\n\nAdd the plugin to your config file:\n\n```YAML\nplugins:\n  stylize-handlebars:\n```\n\nWhen you run ``` $ stylize compile ``` your patterns will be run through Handlebars.\n",
  "readmeFilename": "README.md",
  "gitHead": "78dd5457dff3761eda5df84a3124a604339845eb",
  "bugs": {
    "url": "https://github.com/josh-miller/stylize-handlebars/issues"
  },
  "homepage": "https://github.com/josh-miller/stylize-handlebars#readme",
  "_id": "stylize-handlebars@0.0.0",
  "_shasum": "6d497bfd7eef85d5a197dda5a9f05f8ccbd3fd4b",
  "_from": "stylize-handlebars@>=0.0.0 <0.0.1"
}
