UNPKG

data-layer-events

Version:

Push clean events onto Google Tag Manager's dataLayer

33 lines (32 loc) 918 B
{ "name": "data-layer-events", "version": "0.0.2", "description": "Push clean events onto Google Tag Manager's dataLayer", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node_modules/.bin/webpack && node_modules/.bin/webpack -p", "version": "npm run build && git add -A", "postversion": "git push --follow-tags" }, "repository": { "type": "git", "url": "git+https://github.com/BKWLD/data-layer-events.git" }, "keywords": [ "datalayer", "gtm", "ga" ], "author": "Robert Reinhard <robert@weotch.com> (http://www.bukwild.com)", "license": "MIT", "bugs": { "url": "https://github.com/BKWLD/data-layer-events/issues" }, "homepage": "https://github.com/BKWLD/data-layer-events#readme", "devDependencies": { "coffee-loader": "^0.7.2", "coffee-script": "^1.10.0", "webpack": "^1.13.1" } }