{
  "name": "react-layout-template",
  "version": "1.0.5",
  "bin": {
    "react-layout-starter": "index.js"
  },
  "description": "React Layout Stater Template: A comprehensive template package for React project, providing ready-to-use header, footer, sidebar, and navbar components for easy and efficient website layout creation",
  "main": "index.js",
  "scripts": {
    "template": "node index.js",
    "postinstall": "pip install -r requirements.txt",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mariusmonkam/react-layout-template.git"
  },
  "keywords": [
    "react",
    "template",
    "components",
    "layout",
    "stater",
    "boilerplate",
    "frontend",
    "javascript",
    "open",
    "source",
    "ui"
  ],
  "author": "Marius Monkam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mariusmonkam/react-layout-template/issues"
  },
  "homepage": "https://github.com/mariusmonkam/react-layout-template#readme"
}
