{
  "name": "@blueeast/proxy-polyfill",
  "version": "0.1.10",
  "description": "Polyfill for the Proxy object",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleChrome/proxy-polyfill.git"
  },
  "keywords": [
    "polyfill",
    "html5",
    "proxy",
    "es6"
  ],
  "author": "The Chromium Authors",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/GoogleChrome/proxy-polyfill/issues"
  },
  "homepage": "https://github.com/GoogleChrome/proxy-polyfill#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^3.5.3"
  },
  "scripts": {
    "test": "mocha"
  }
}
