UNPKG

650 BJSONView Raw
1{
2 "name": "universal-analytics",
3 "version": "0.4.20",
4 "description": "A node module for Google's Universal Analytics tracking",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:peaksandpies/universal-analytics.git"
12 },
13 "keywords": [
14 "google",
15 "analytics",
16 "universal",
17 "tracking"
18 ],
19 "dependencies": {
20 "debug": "^3.0.0",
21 "request": "^2.88.0",
22 "uuid": "^3.0.0"
23 },
24 "devDependencies": {
25 "should": "*",
26 "sinon": "^1.17.7",
27 "mocha": "*"
28 },
29 "author": "Jörg Tillmann <joerg@peaksandpies.com>",
30 "license": "MIT"
31}