| 123456789101112131415161718192021222324252627 |
- {
- "name": "react-ga",
- "version": "3.3.1",
- "homepage": "https://github.com/react-ga/react-ga",
- "authors": [
- "Tay Yang Shun <tay.yang.shun@gmail.com>"
- ],
- "description": "React Google Analytics module",
- "main": "dist/react-ga.min.js",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "keywords": [
- "react",
- "google",
- "analytics"
- ],
- "license": "Apache-2.0",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test"
- ]
- }
|