{
  "name": "@carbonare/page-header",
  "version": "0.1.3",
  "description": "Page Header component for Carbon Design System",
  "keywords": [
    "Carbonare",
    "Carbon",
    "Design",
    "System",
    "Page",
    "Header"
  ],
  "author": "Bipboy Dev Team",
  "homepage": "",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "yarn run build:flow && yarn run build:module",
    "build:flow": "gen-flow-files src --out-dir lib",
    "build:module": "babel src --out-dir lib",
    "publish": "yarn publish"
  },
  "publishConfig": {
    "access": "public",
    "@carbonare:registry": "https://registry.npmjs.org"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "scss"
  ],
  "repository": {
    "type": "git",
    "url": "ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/carbonare"
  },
  "peerDependencies": {
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "dependencies": {
    "@carbonare/grid": "^0.2.5"
  },
  "gitHead": "32555f795f3ee759117e8c820f9a06575c4d64e7"
}
