{
  "name": "mdcss",
  "version": "1.5.2",
  "description": "Easily create and maintain style guides with CSS comments using Markdown",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "styles",
    "styleguides",
    "documentation",
    "docs",
    "notes",
    "texts",
    "markdown",
    "mds",
    "examples",
    "colors",
    "markups",
    "sections"
  ],
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "repository": "jonathantneal/mdcss",
  "homepage": "https://github.com/jonathantneal/mdcss",
  "bugs": "https://github.com/jonathantneal/mdcss/issues",
  "dependencies": {
    "fs-extra": "^0.26.5",
    "marked": "^0.3.5",
    "mdcss-theme-github": "^2.1.0",
    "postcss": "^5.0.14"
  },
  "devDependencies": {
    "eslint": "^1.10.3",
    "tap-spec": "^4.1.1",
    "tape": "^4.4.0"
  },
  "scripts": {
    "lint": "eslint . --ignore-path .gitignore",
    "tape": "tape test.js | tap-spec",
    "test": "npm run lint && npm run tape"
  },
  "engines": {
    "iojs": ">=2.0.0",
    "node": ">=0.12.0"
  }
}
