{
    "name": "postcss",
    "version": "4.1.16",
    "description": "Tool for transforming CSS with JS plugins",
    "keywords": [
        "css",
        "postproccessor",
        "parser",
        "source map",
        "transform",
        "manipulation",
        "preprocess",
        "transpiler"
    ],
    "author": "Andrey Sitnik <andrey@sitnik.ru>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/postcss/postcss.git"
    },
    "dependencies": {
        "es6-promise": "~2.3.0",
        "source-map": "~0.4.2",
        "js-base64": "~2.1.8"
    },
    "devDependencies": {
        "concat-with-sourcemaps": "1.0.2",
        "gulp-json-editor": "2.2.1",
        "load-resources": "0.1.0",
        "gulp-eslint": "0.15.0",
        "gulp-babel": "5.1.0",
        "gulp-mocha": "2.1.2",
        "yaspeller": "2.5.0",
        "gulp-util": "3.0.6",
        "gulp-run": "1.6.8",
        "fs-extra": "0.21.0",
        "sinon": "1.15.4",
        "mocha": "2.2.5",
        "gulp": "3.9.0",
        "chai": "3.0.0",
        "babel": "5.6.14"
    },
    "scripts": {
        "test": "gulp"
    },
    "main": "lib/postcss"
}