forked from googleanalytics/autotrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.01 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
65
66
67
68
69
70
71
72
73
74
{
"name": "autotrack",
"version": "2.4.1",
"description": "Automatic and enhanced Google Analytics tracking for common user interactions on the web",
"main": "lib",
"bin": "./bin/autotrack",
"scripts": {
"build": "gulp build",
"start": "gulp watch",
"test": "gulp test"
},
"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"
},
"homepage": "https://github.com/googleanalytics/autotrack#readme",
"dependencies": {
"chalk": "^1.1.3",
"dom-utils": "^0.9.0",
"fs-extra": "^3.0.1",
"glob": "^7.1.1",
"google-closure-compiler-js": "^20170423.0.0",
"gzip-size": "^3.0.0",
"rollup": "^0.41.4",
"rollup-plugin-memory": "^2.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"source-map": "^0.5.6"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"easy-sauce": "^0.4.1",
"eslint": "^3.14.0",
"eslint-config-google": "^0.7.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-webdriver": "^2.0.3",
"intersection-observer": "^0.2.1",
"mocha": "^3.2.0",
"ngrok": "^2.2.5",
"rollup-plugin-babel": "^2.7.1",
"run-sequence": "^1.2.2",
"sauce-connect-launcher": "^1.2.0",
"selenium-server-standalone-jar": "^3.0.1",
"serve-static": "^1.11.1",
"sinon": "sinonjs/sinon#v2.0.0-pre.2",
"source-map-support": "^0.4.10",
"uuid": "^3.0.1",
"wdio-mocha-framework": "^0.5.8",
"wdio-sauce-service": "^0.4.0",
"webdriverio": "^4.6.1",
"webpack": "2.6.0"
}
}