{
  "name": "browserslist",
  "version": "1.3.2",
  "description": "Get browsers versions that matches given criterias like in Autoprefixer",
  "keywords": [
    "caniuse",
    "browsers"
  ],
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url":  "https://github.com/ai/browserslist.git"
  },
  "dependencies": {
    "caniuse-db": "^1.0.30000471"
  },
  "bin": "./cli.js",
  "devDependencies": {
    "eslint-config-postcss": "2.0.2",
    "eslint":                "2.11.1",
    "ava":                   "0.15.1"
  },
  "scripts": {
    "test": "ava && eslint *.js test/*.js"
  }
}
