{
  "dependencies": {
    "colors": "^1.1.2",
    "dive": "^0.5.0",
    "extend": "^3.0.0",
    "highlight.js": "^9.7.0",
    "js-yaml": "^3.6.1",
    "meta-marked": "^0.4.2",
    "mustache": "^2.2.1",
    "ncp": "^2.0.0",
    "rimraf": "^2.5.4"
  },
  "main": "./libs/holograph.js",
  "bin": "./bin/holograph",
  "repository": "https://github.com/holography/holograph",
  "description": "Holograph is a NPM module that parses comments in your CSS and turns them into a beautiful style guide.",
  "license": "MIT",
  "version": "0.0.6",
  "name": "holograph",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.1.2",
    "mock-fs": "^3.9.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  }
}
