{
  "name": "tsfixed-react-chartist",
  "version": "0.13.2",
  "description": "(fork) React component for Chartist.js. This is a fork of git://github.com/fraserxu/react-chartist.git that fixes a problem with typescript props... ",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/hsbiti/react-chartist.git"
  },
  "keywords": [
    "react",
    "react-component",
    "component",
    "chartist",
    "graph"
  ],
  "author": "Fraser Xu <xvfeng123@gmail.com> (https://fraserxu.me)",
  "babel": {
    "presets": [
      "react",
      "es2015",
      "stage-0"
    ]
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fraserxu/react-chartist/issues"
  },
  "homepage": "https://github.com/fraserxu/react-chartist",
  "peerDependencies": {
    "chartist": "^0.10.1",
    "react": "^0.14.9 || ^15.0.0 || ^16.0.0"
  },
  "scripts": {
    "build": "mkdir -p dist && babel index.js -o dist/index.js && cp index.d.ts dist/index.d.ts",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.0.0",
    "@types/chartist": "^0.9.43",
    "@types/react": "^16.7.17",
    "@types/react-dom": "^16.0.11",
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1"
  },
  "dependencies": {
    "babel-core": "^6.26.3",
    "prop-types": "^15.5.8",
    "react": "^16.8.4"
  },
  "directories": {
    "example": "example"
  }
}
