{
  "name": "browserslist",
  "version": "1.0.0",
  "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.30000281"
  },
  "bin": "./cli.js",
  "devDependencies": {
    "gulp-eslint": "1.0.0",
    "gulp-mocha":  "2.1.3",
    "mocha":       "2.3.0",
    "chai":        "3.2.0",
    "gulp":        "3.9.0"
  },
  "scripts": {
    "test": "gulp"
  }
}
