{
  "name": "@belong-ui/checkbox",
  "version": "0.1.29",
  "description": "belong-ui: Checkbox Component",
  "main": "dist/index.min.js",
  "repository": "https://github.com/belongco/belong-ui",
  "author": "vivek kaarthek",
  "license": "MIT",
  "scripts": {
    "build": "webpack --config ../../webpack.lib.config.js --env.pkg=checkbox"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "prop-types": "^15.6.0",
    "react": "16.8.0",
    "react-dom": "16.8.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
