{
  "name": "caniuse-api",
  "version": "1.3.1",
  "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",
    "shelljs": "^0.3.0"
  },
  "devDependencies": {
    "babel": "^4.7.16",
    "babel-tape-runner": "^1.0.0",
    "jshint": "^2.5.10",
    "tap-spec": "^2.1.1",
    "tape": "^3.0.3"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "lint": "jshint src",
    "prepublish": "npm run build",
    "pretest": "babel-node src/generate-features.js",
    "test": "npm run lint && babel-tape-runner test/*.js | tap-spec",
    "postinstall": "node -e \"require('shelljs/global');if(test('-d', 'dist'))exec('node dist/generate-features.js')\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nyalab/caniuse-api.git"
  },
  "keywords": [
    "caniuse",
    "browserslist"
  ],
  "author": "nyalab",
  "license": "MIT"
}
