{
  "name": "ministyle",
  "description": "Minimal chainable semantic output styler/writer",
  "version": "0.1.4",
  "homepage": "https://github.com/Bartvds/ministyle",
  "author": {
    "name": "Bart van der Schoor",
    "url": "https://github.com/Bartvds"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Bartvds/ministyle"
  },
  "bugs": {
    "url": "https://github.com/Bartvds/ministyle/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Bartvds/ministyle/blob/master/LICENSE-MIT"
    }
  ],
  "keywords": [
    "cli",
    "text",
    "ansi",
    "color",
    "stream",
    "adapter",
    "style"
  ],
  "main": "lib/index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {},
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-cli": "~0.1.0",
    "grunt-mocha-test": "~0.7.0",
    "mocha-unfunk-reporter": "~0.3.6",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.7.2",
    "jshint-path-reporter": "~0.1.3",
    "grunt-mocha-test": "~0.7.0",
    "chai": "~1.8.1"
  }
}
