{
  "name": "@stowklabs/react-ga",
  "version": "0.0.1",
  "description": "React Google Analytics Module.",
  "main": "dist/react-ga.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "start": "webpack-dev-server --config demo/webpack.config.js --hot --inline",
    "test": "npm run lint && npm run test-only",
    "test-only": "cross-env BABEL_ENV=test nyc mocha",
    "build": "npm run build:umd && npm run build:esm",
    "build:esm": "cross-env BABEL_ENV=esm babel src --out-dir dist/esm",
    "build:umd": "cross-env BABEL_ENV=umd webpack --mode=production",
    "lint": "eslint src webpack.config.js test --ext .js,.jsx",
    "preversion": "npm test && npm run lint",
    "version": "node ./version-bower.js && npm run build && git add -A dist bower.json",
    "postversion": "git push && git push --tags && npm publish"
  },
  "types": "./types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:react-ga/react-ga"
  },
  "keywords": [
    "React",
    "GA",
    "Google Analytics",
    "Universal Analytics"
  ],
  "author": "",
  "contributors": [
    "@toolness"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/react-ga/react-ga/issues"
  },
  "homepage": "https://github.com/react-ga/react-ga",
  "nyc": {
    "include": [
      "src/**/*"
    ],
    "require": [
      "@babel/register"
    ],
    "sourceMap": false,
    "instrument": false,
    "cache": true,
    "all": true,
    "reporter": [
      "lcov",
      "cobertura",
      "text-summary"
    ],
    "report-dir": "./coverage"
  },
  "peerDependencies": {
    "prop-types": "^15.6.0",
    "react": "^15.6.2 || ^16.0"
  },
  "devDependencies": {
    "@babel/cli": "7.6.2",
    "@babel/core": "7.6.2",
    "@babel/plugin-proposal-class-properties": "7.5.5",
    "@babel/preset-env": "7.6.2",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "7.6.2",
    "babel-eslint": "10.0.3",
    "babel-loader": "8.0.6",
    "babel-plugin-istanbul": "5.2.0",
    "babel-plugin-rewire": "^1.2.0",
    "conventional-changelog-cli": "^1.3.2",
    "cross-env": "5.2.1",
    "enzyme": "^2.9.1",
    "eslint": "^4.3.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-react": "7.15.1",
    "fs-extra": "^4.0.2",
    "html-webpack-plugin": "^3.2.0",
    "jsdom": "~9.12.0",
    "jsdom-global": "~2.1.1",
    "mocha": "^3.5.0",
    "nyc": "~13.1.0",
    "prop-types": "^15.6.0",
    "react": "^15.6.2",
    "react-addons-test-utils": "^15.0.1",
    "react-dom": "^15.0.1",
    "rewire": "^2.5.2",
    "should": "^12.0.0",
    "sinon": "^3.2.1",
    "terser-webpack-plugin": "1.4.1",
    "webpack": "4.41.0",
    "webpack-cli": "3.3.9",
    "webpack-dev-server": "3.8.2"
  },
  "dependencies": {}
}
