{
    "name": "browserslist",
    "version": "0.1.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.30000032 "
    },
    "devDependencies": {
        "jshint-stylish": "1.0.0",
        "gulp-jshint":    "1.9.0",
        "gulp-mocha":     "2.0.0",
        "mocha":          "2.0.1",
        "chai":           "1.10.0",
        "gulp":           "3.8.10"
    },
    "scripts": {
        "test": "gulp"
    }
}
