{
  "name": "gina-lib-inherits",
  "description": "inherits() is an inheritance util that allows a class A to inherits a class B's properties.",
  "keywords": [
    "inherits",
    "inherit",
    "inheritance",
    "class",
    "geena",
    "gina",
    "lib"
  ],
  "version": "0.0.1",
  "repository" : {
    "type" : "git",
    "url" : "https://github.com/Rhinostone/gina.lib.inherits.git"
  },
  "author": {
    "name": "Rhinostone",
    "email": "contact@gina.io"
  },
  "copyright" : "Copyright (c) 2009-2026 Rhinostone <contact@gina.io>",
  "main": "src/main",
  "scripts": {
    "test": "nodeunit test"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}
