universal-analytics
Version:
A node module for Google's Universal Analytics tracking
33 lines (32 loc) • 663 B
JSON
{
"name": "universal-analytics",
"version": "0.4.9",
"description": "A node module for Google's Universal Analytics tracking",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:peaksandpies/universal-analytics.git"
},
"keywords": [
"google",
"analytics",
"universal",
"tracking"
],
"dependencies": {
"async": "1.2.x",
"request": "2.x",
"underscore": "1.x",
"uuid": "^3.0.0"
},
"devDependencies": {
"should": "*",
"sinon": "*",
"mocha": "*"
},
"author": "Jörg Tillmann <joerg@peaksandpies.com>",
"license": "MIT"
}