{
  "name": "weakmap-polyfill",
  "main": "weakmap-polyfill.js",
  "version": "2.0.0",
  "homepage": "https://github.com/polygonplanet/weakmap-polyfill",
  "authors": [
    "polygonplanet <polygon.planet.aqua@gmail.com>"
  ],
  "description": "ECMAScript6 WeakMap polyfill",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "weakmap",
    "polyfill",
    "shim",
    "es6",
    "es2015",
    "ecmascript",
    "javascript"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
