{
  "name": "caniuse-api",
  "version": "1.1.0",
  "description": "request the caniuse data to check browsers compatibilities",
  "main": "dist/index.js",
  "files": [
    "dist/",
    "LICENSE"
  ],
  "dependencies": {
    "browserslist": "^0.2.0",
    "caniuse-db": "^1.0.30000030",
    "lodash.memoize": "^2.4.1",
    "lodash.uniq": "^2.4.1"
  },
  "devDependencies": {
    "6to5": "^1.14.17",
    "jshint": "^2.5.10",
    "tap-spec": "^2.1.1",
    "tape": "^3.0.3"
  },
  "scripts": {
    "build": "6to5 src --out-dir dist",
    "lint": "jshint src",
    "prepublish": "npm run build",
    "test": "npm run lint && 6to5-node test/*.js | tap-spec"
  },
  "repository": "nyalab/caniuse-api",
  "keywords": [
    "caniuse",
    "browserslist"
  ],
  "author": "nyalab",
  "license": "MIT"
}
