{
  "name": "react-font-size-changer",
  "version": "0.2.0",
  "author": "Mahmut Oztemur",
  "description": "Simple React component including two buttons to increae and decrease font size of a target text",
  "keywords": [
    "react",
    "font size",
    "change",
    "changer",
    "scale",
    "fit"
  ],
  "homepage": "https://github.com/mhmtztmr/react-font-size-changer",
  "bugs": "https://github.com/mhmtztmr/react-font-size-changer/issues",
  "license": "MIT",
  "main": "dist/bundle.js",
  "scripts": {
    "build": "webpack --mode production",
    "demo": "webpack --mode development --config webpack.demo.config.js",
    "prod": "webpack -p",
    "prepublish": "npm run build",
    "lint": "eslint ./src --fix",
    "test": "jest --coverage --setupTestFrameworkScriptFile=./test/setup.js",
    "commitmsg": "commitlint -e",
    "travis-deploy-once": "travis-deploy-once",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "react": "^16.5.2",
    "react-dom": "^16.5.2"
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/node": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "@commitlint/cli": "^7.2.0",
    "@commitlint/config-angular": "^7.1.2",
    "@semantic-release/changelog": "^3.0.0",
    "@semantic-release/git": "^7.0.4",
    "@semantic-release/npm": "^5.0.4",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.4",
    "css-loader": "^1.0.0",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.6.0",
    "eslint": "^5.6.1",
    "eslint-plugin-react": "^7.11.1",
    "husky": "^1.1.1",
    "jest": "^23.6.0",
    "node-sass": "^4.9.3",
    "react-fontawesome": "^1.6.1",
    "react-highlight": "^0.12.0",
    "sass-loader": "^7.1.0",
    "semantic-release": "^15.13.22",
    "style-loader": "^0.23.0",
    "svg-react-loader": "^0.4.6",
    "travis-deploy-once": "^5.0.9",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.8.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mhmtztmr/react-font-size-changer.git"
  }
}
