{
  "name": "postcss",
  "version": "3.0.0",
  "description": "Framework for CSS postprocessors with full source map support",
  "keywords": ["css", "parser", "postproccessor", "source map"],
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/postcss/postcss.git"
  },
  "dependencies": {
    "source-map": "~0.1.40",
    "js-base64": "~2.1.5"
  },
  "devDependencies": {
    "concat-with-sourcemaps": "0.1.6",
    "gulp-json-editor": "2.1.1",
    "jshint-stylish": "1.0.0",
    "gulp-jshint": "1.9.0",
    "gonzales-pe": "3.0.0-10",
    "gulp-bench": "1.1.0",
    "gulp-mocha": "1.1.1",
    "gulp-util": "3.0.1",
    "gulp-6to5": "1.0.1",
    "execSync": "1.0.2",
    "fs-extra": "0.12.0",
    "gonzales": "1.0.7",
    "stylecow": "3.0.2",
    "through2": "0.6.3",
    "request": "2.47.0",
    "rework": "1.0.1",
    "should": "4.3.0",
    "mensch": "0.3.1",
    "mocha": "2.0.1",
    "cssom": "0.3.0",
    "gulp": "3.8.10",
    "6to5": "1.12.0"
  },
  "scripts": {
    "test": "gulp"
  },
  "main": "lib/postcss"
}