{
  "name": "autoprefixer",
  "version": "0.6.20130716",
  "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  "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.5.0",
    "css-stringify": "~> 1.3.1"
  },
  "devDependencies": {
    "coffee-script": "1.6.3",
    "component":     "0.16.7",
    "fs-extra":      "0.6.3",
    "should":        "1.2.2",
    "stylus":        "0.34.1",
    "rework":        "0.17.2",
    "mocha":         "1.12.0",
    "glob":          "3.2.3",
    "nib":           "0.9.2"
  },
  "bin": {
    "autoprefixer": "./bin/autoprefixer"
  },
  "main": "lib/autoprefixer",
  "scripts": {
    "test": "mocha --reporter spec --require should --compilers coffee:coffee-script"
  }
}
