{
  "name": "gulp-csscomb",
  "description": "CSScomb is a coding style formatter for CSS.",
  "version": "3.1.0",
  "homepage": "http://github.com/koistya/gulp-csscomb",
  "repository": {
    "type": "git",
    "url": "http://github.com/koistya/gulp-csscomb.git"
  },
  "bugs": {
    "url": "https://github.com/koistya/gulp-csscomb/issues"
  },
  "author": "Konstantin Tarkus (@koistya)",
  "license": "MIT",
  "keywords": [
    "gulpplugin",
    "css",
    "csscomb",
    "lint",
    "linter",
    "preprocessor"
  ],
  "main": "./index.js",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "ansi-colors": "^1.0.1",
    "csscomb": "^3.1.7",
    "fancy-log": "^1.3.2",
    "plugin-error": "^0.1.2",
    "through2": "^2.0.1"
  },
  "devDependencies": {
    "jshint": "^2.9.3",
    "mocha": "^3.0.2",
    "vinyl": "^2.1.0"
  },
  "engines": {
    "node": ">= 0.9.0"
  },
  "scripts": {
    "test": "jshint index.js test.js && mocha"
  }
}
