This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
forked from googleanalytics/autotrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.6 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@strava/autotrack",
"version": "1.0.8",
"description": "Automatic and enhanced Google Analytics tracking for common user interactions on the web",
"main": "lib",
"scripts": {
"build": "gulp build",
"start": "gulp watch",
"test": "gulp test",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/googleanalytics/autotrack.git"
},
"keywords": [
"analytics",
"analyticsjs",
"auto",
"google"
],
"author": {
"name": "Philip Walton",
"email": "[email protected]",
"url": "http://philipwalton.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googleanalytics/autotrack/issues"
},
"files": [
"autotrack.js",
"autotrack.js.map"
],
"homepage": "https://github.com/googleanalytics/autotrack#readme",
"dependencies": {
"intersection-observer": "0.1.1"
},
"devDependencies": {
"debounce": "^1.0.0",
"dom-utils": "^0.4.0",
"object-assign": "^4.1.0",
"browserify": "^13.1.0",
"connect": "^3.4.1",
"eslint": "^3.2.2",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-webdriver": "^2.0.2",
"intersection-observer": "^0.1.1",
"lodash": "^4.14.2",
"mocha": "^3.0.2",
"ngrok": "^2.2.2",
"selenium-server-standalone-jar": "^2.53.1",
"serve-static": "^1.11.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wdio-mocha-framework": "^0.4.0",
"wdio-sauce-service": "^0.2.4",
"webdriverio": "^4.2.3"
}
}