{
  "name": "autoprefixer",
  "version": "0.5.20130615",
  "description": "Parse CSS and add prefixed properties and values by actual Can I Use database",
  "keywords": ["css", "prefix", "rework"],
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "license": "LGPL 3",
  "repository": {
    "type": "git",
    "url": "https://github.com/ai/autoprefixer.git"
  },
  "dependencies": {
    "css-parse":     "~> 1.4.0",
    "css-stringify": "~> 1.3.1"
  },
  "devDependencies": {
    "coffee-script": "1.6.3",
    "component":     "0.16.3",
    "fs-extra":      "0.6.1",
    "should":        "1.2.2",
    "rework":        "0.16.0",
    "mocha":         "1.11.0",
    "glob":          "3.2.1"
  },
  "bin": {
    "autoprefixer": "./bin/autoprefixer"
  },
  "main": "lib/autoprefixer",
  "scripts": {
    "test": "mocha --reporter spec --require should --compilers coffee:coffee-script"
  }
}
