{
  "name": "inferno-create-class",
  "version": "8.2.3",
  "license": "MIT",
  "description": "Provides a helper to create Inferno Components without needing ES2015",
  "author": {
    "name": "Dominic Gannaway",
    "email": "dg@domgan.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/infernojs/inferno.git",
    "directory": "packages/inferno-create-class"
  },
  "bugs": {
    "url": "https://github.com/infernojs/inferno/issues"
  },
  "homepage": "https://github.com/infernojs/inferno#readme",
  "main": "index.js",
  "files": [
    "index.js",
    "dist/",
    "README.md",
    "package.json"
  ],
  "module": "dist/index.esm.js",
  "dev:module": "dist/index.dev.esm.js",
  "typings": "dist/index.d.ts",
  "keywords": [
    "babel",
    "react",
    "inferno",
    "framework",
    "interfaces",
    "user interfaces",
    "class",
    "vdom"
  ],
  "dependencies": {
    "inferno": "8.2.3"
  },
  "devDependencies": {
    "inferno-create-element": "8.2.3",
    "inferno-shared": "8.2.3"
  },
  "rollup": {
    "bundledDependencies": [
      "inferno-shared"
    ],
    "moduleName": "Inferno"
  },
  "gitHead": "6a482641d2405c46a1c9374d889312d98ca9a4a5"
}
