{
  "name": "design-patterns-core-api",
  "version": "0.1.33",
  "description": "Implementation of the original (\"Gang Of Four\") Design Patterns",
  "main": "test.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Echopraxium/design-patterns-core-api.git"
  },
  "keywords": [
    "Design Patterns",
    "Gang of Four",
    "GoF",
    "Interface class",
    "API"
  ],
  "author": "Michel Kern",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Echopraxium/design-patterns-core-api/issues"
  },
  "homepage": "https://github.com/Echopraxium/design-patterns-core-api#readme",
  "dependencies": {
    "mixin-interface-api": "^0.1.32"
  }
}
