{
  "name": "postcss",
  "version": "2.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/ai/postcss.git"
  },
  "dependencies": {
    "source-map": "~0.1.37",
    "base64-js":  "~0.0.7",
    "traceur":    "~0.0.51"
  },
  "devDependencies": {
    "jshint-stylish": "0.4.0",
    "gulp-traceur":   "0.8.0",
    "gulp-jshint":    "1.7.1",
    "gonzales-pe":    "3.0.0-10",
    "gulp-mocha":     "0.5.1",
    "gulp-util":      "3.0.0",
    "fs-extra":       "0.10.0",
    "gonzales":       "1.0.7",
    "request":        "2.37.0",
    "rework":         "1.0.0",
    "should":         "4.0.4",
    "mocha":          "1.20.1",
    "cssom":          "0.3.0",
    "gulp":           "3.8.6"
  },
  "scripts": {
    "test": "gulp"
  }
}
