{
  "name": "polyfill-io-feature-detection",
  "version": "1.1.15",
  "description": "Feature detection in the browser before loading polyfill using services like polyfill.io",
  "license": "MIT",
  "main": "index.js",
  "author": "Jose Quinto <quintorel@hotmail.com> (https://blog.josequinto.com)",
  "scripts": {
    "pretest": "npm install",
    "test": "mocha test/node/detectBrowserUnsupportedFeatures.test.js",
    "pretestLoaders": "npm install",
    "testLoader": "mocha test/node/polyfillLoader.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jquintozamora/polyfill-io-feature-detection"
  },
  "keywords": [
    "polyfill.io",
    "feature",
    "detection",
    "polyfill",
    "detect",
    "pre-detect",
    "supported",
    "browser"
  ],
  "devDependencies": {
    "chai": "4.1.2",
    "chakram": "1.5.0",
    "mocha": "5.2.0"
  },
  "dependencies": {}
}
