{
  "name": "get-own-property-descriptors-polyfill",
  "version": "1.0.1",
  "description": "A polyfill for Object.getOwnPropertyDescriptors",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "standard": "^14.3.1",
    "tape": "^4.11.0"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "standard && node test/node8plus/index.js && node test/node8plus/no-polyfill.js",
    "test-node6": "tape test/node6/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/get-own-property-descriptors-polyfill.git"
  },
  "keywords": [
    "object",
    "descriptors",
    "polyfill",
    "getOwnPropertyDescriptors"
  ],
  "author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/get-own-property-descriptors-polyfill/issues"
  },
  "homepage": "https://github.com/watson/get-own-property-descriptors-polyfill#readme",
  "coordinates": [
    55.778265,
    12.593124
  ]
}
