{
  "name": "autoprefixer",
  "version": "0.4.20130528",
  "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": {
    "rework": ">= 0.14"
  },
  "devDependencies": {
    "coffee-script": "1.6.2",
    "mocha":         "1.10.0",
    "sinon":         "1.7.2",
    "should":        "1.2.2",
    "component":     "0.16.0",
    "js-beautify":   "1.3.3"
  },
  "bin": {
    "autoprefixer": "./bin/autoprefixer"
  },
  "main": "lib/autoprefixer",
  "scripts": {
    "test": "mocha --reporter spec --require should --compilers coffee:coffee-script"
  }
}
