{
  "name": "postcss",
  "version": "0.3.2",
  "description": "Framework for CSS postprocessors",
  "keywords": ["css", "parser", "postproccessor"],
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ai/postcss.git"
  },
  "dependencies": {
    "source-map": "~0.1.32",
    "base64-js":  "0.0.6"
  },
  "devDependencies": {
    "coffee-script": "1.7.1",
    "fs-extra":      "0.8.1",
    "gonzales":      "1.0.7",
    "rework":        "0.20.2",
    "should":        "3.1.2",
    "mocha":         "1.17.1",
    "cssom":         "0.3.0"
  },
  "main": "lib/postcss",
  "scripts": {
    "test": "mocha"
  }
}
