UNPKG

react-ga-gtm

Version:
95 lines (94 loc) 2.56 kB
{ "name": "react-ga-gtm", "version": "2.5.3-beta", "description": "React Google Analytics Module.", "main": "dist/react-ga.js", "scripts": { "start": "webpack-dev-server --config demo/webpack.config.js --hot --inline", "test": "npm run lint && npm run test-only", "test-only": "BABEL_ENV=test nyc mocha", "build": "webpack", "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:Tap30/react-ga-gtm" }, "keywords": [ "React", "GA", "Google Analytics", "Universal Analytics" ], "author": "@adamlofting", "contributors": [ "@toolness" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/Tap30/react-ga-gtm/issues" }, "homepage": "https://github.com/Tap30/react-ga-gtm", "optionalDependencies": { "prop-types": "^15.6.0", "react": "^15.6.2 || ^16.0" }, "nyc": { "include": [ "src/**/*" ], "require": [ "babel-register" ], "sourceMap": false, "instrument": false, "cache": true, "all": true, "reporter": [ "lcov", "cobertura", "text-summary" ], "report-dir": "./coverage" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.2", "babel-plugin-istanbul": "^4.1.4", "babel-plugin-rewire": "^1.1.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-register": "^6.26.0", "conventional-changelog-cli": "^1.3.2", "enzyme": "^2.9.1", "eslint": "^4.3.0", "eslint-config-airbnb": "^15.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-mocha": "^4.11.0", "eslint-plugin-react": "^7.1.0", "fs-extra": "^4.0.2", "html-webpack-plugin": "^2.30.1", "jsdom": "~9.12.0", "jsdom-global": "~2.1.1", "mocha": "^3.5.0", "nyc": "~10.2.0", "react-addons-test-utils": "^15.0.1", "react-dom": "^15.0.1", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "rewire": "^2.5.2", "should": "^12.0.0", "sinon": "^3.2.1", "webpack": "^3.5.5", "webpack-dev-server": "^2.9.4" }, "dependencies": {} }