{
  "name": "universal-analytics",
  "version": "0.4.23",
  "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": {
    "debug": "^4.1.1",
    "uuid": "^3.0.0",
    "request": "^2.88.2"
  },
  "devDependencies": {
    "should": "*",
    "sinon": "^1.17.7",
    "mocha": "*"
  },
  "author": "Jörg Tillmann <joerg@peaksandpies.com>",
  "license": "MIT"
}
