{
  "name": "get-constructor-name",
  "version": "0.0.1",
  "description": "Get the Name of a JavaScript Function's Constructor. Returns String or Undefined.",
  "main": "get-constructor-name.js",
  "files": [
    "get-constructor-name.js"
  ],
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielJDufour/get-constructor-name.git"
  },
  "keywords": [
    "class",
    "constructor",
    "function",
    "instance",
    "object",
    "name"
  ],
  "author": "Daniel J. Dufour",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/DanielJDufour/get-constructor-name/issues"
  },
  "homepage": "https://github.com/DanielJDufour/get-constructor-name#readme",
  "devDependencies": {
    "flug": "^2.2.0"
  }
}
