event-tracking
Version:
Google Analytics event tracking JavaScript module.
44 lines (43 loc) • 978 B
JSON
{
"name": "event-tracking",
"version": "1.0.1",
"description": "Google Analytics event tracking JavaScript module.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ryanburgess/event-tracking.git"
},
"keywords": [
"module",
"javascript",
"nodejs",
"node",
"browserify",
"commonjs",
"google",
"Analytics",
"ga",
"events",
"tracking",
"clicks"
],
"dependencies": {
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.4",
"grunt-newer": "^1.1.0",
"jshint-stylish": "^1.0.0"
},
"author": "Ryan Burgess @burgessdryan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanburgess/event-tracking/issues"
},
"homepage": "https://github.com/ryanburgess/event-tracking"
}