{
  "name": "reflect.ownkeys",
  "version": "0.2.0",
  "description": "Polyfill for ES6's Reflect.ownKeys",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/glenjamin/Reflect.ownKeys.git"
  },
  "keywords": [
    "es6",
    "reflect",
    "ownkeys",
    "polyfill"
  ],
  "author": "Glen Mailer <glen@stainlessed.co.uk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/glenjamin/Reflect.ownKeys/issues"
  },
  "homepage": "https://github.com/glenjamin/Reflect.ownKeys",
  "devDependencies": {
    "mocha": "^2.4.5"
  }
}
