{
  "name": "postcss",
  "version": "1.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.34",
    "base64-js": "~0.0.7"
  },
  "devDependencies": {
    "fs-extra": "0.9.1",
    "gonzales": "1.0.7",
    "rework": "1.0.0",
    "should": "4.0.4",
    "mocha": "1.20.1",
    "cssom": "0.3.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "main": "lib/postcss"
}