forked from peaksandpies/universal-analytics
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 734 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "cross-ga",
"version": "0.4.22",
"description": "A browser and node module for Google's Universal Analytics tracking",
"main": "index.js",
"scripts": {
"test": "mocha ./test/"
},
"repository": {
"type": "git",
"url": "git@github.com:alexstep/universal-analytics.git"
},
"keywords": [
"browser",
"google",
"analytics",
"universal",
"tracking"
],
"dependencies": {
"cross-fetch": "^3.0.3",
"debug": "^3.0.0"
},
"devDependencies": {
"mocha": "*",
"request": "^2.88.0",
"should": "*",
"sinon": "^1.17.7"
},
"author": "Jörg Tillmann <joerg@peaksandpies.com>",
"contributors": [
"Alex Step <to@alexstep.com>"
],
"license": "MIT"
}