UNPKG

next-gtm

Version:
38 lines (37 loc) 927 B
{ "name": "next-gtm", "version": "1.0.0", "description": "Google tag manager module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src --out-file index.js" }, "repository": { "type": "git", "url": "git+https://github.com/isheninp/next-gtm.git" }, "keywords": [ "gtm", "tag", "manager" ], "author": "Pavel Ishenin", "license": "ISC", "bugs": { "url": "https://github.com/isheninp/next-gtm/issues" }, "homepage": "https://github.com/isheninp/next-gtm#readme", "peerDependencies": { "react": "^16.6.1", "react-dom": "^16.6.3" }, "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/preset-react": "^7.8.3", "react": "^16.12.0", "react-dom": "^16.12.0" } }