UNPKG

664 BJSONView Raw
1{
2 "name": "universal-analytics",
3 "version": "0.4.11",
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 "async": "1.2.x",
21 "request": "2.x",
22 "underscore": "1.x",
23 "uuid": "^3.0.0"
24 },
25 "devDependencies": {
26 "should": "*",
27 "sinon": "*",
28 "mocha": "*"
29 },
30 "author": "Jörg Tillmann <joerg@peaksandpies.com>",
31 "license": "MIT"
32}