{
  "name": "es7-object-polyfill",
  "version": "1.0.1",
  "description": "A polyfill for missing Object.values / Object.entries",
  "main": "es7-object-polyfill.js",
  "unpkg": "build/es7-object-polyfill.browser.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec",
    "build": "browserify --debug ./es7-object-polyfill.js > ./build/es7-object-polyfill.browser.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xpl/es7-object-polyfill.git"
  },
  "keywords": [
    "es7",
    "object",
    "values",
    "entries",
    "polyfill"
  ],
  "author": "Vitaly Gordon <rocket.mind@gmail.com>",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/xpl/es7-object-polyfill/issues"
  },
  "homepage": "https://github.com/xpl/es7-object-polyfill",
  "devDependencies": {
    "babel-preset-es2015": "^6.24.1",
    "chai": "^3.5.0",
    "mocha": "^6.1.3"
  },
  "dependencies": {
    "browserify": "^16.2.3",
    "reflect.ownkeys": "^0.2.0"
  }
}
