{
    "name": "postcss-messages",
    "version": "0.2.2",
    "description": "PostCSS plugin to display warning messages right in your browser",
    "keywords": ["postcss", "css", "postcss-plugin", "warnings"],
    "author": "Alexey Gaziev <alex.gaziev@gmail.com>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url":  "https://github.com/postcss/postcss-messages.git"
    },
    "dependencies": {
        "postcss": "~4.1.0"
    },
    "devDependencies": {
        "jshint-stylish": "1.0.0",
        "gulp-jshint":    "1.9.2",
        "gulp-mocha":     "2.0.0",
        "mocha":          "2.1.0",
        "chai":           "1.10.0",
        "gulp":           "3.8.11"
    },
    "scripts": {
        "test": "gulp"
    }
}
