-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "Analytics-Watcher",
"description": "A validator for Universal Analytics implementations",
"version": "2.0.6",
"author": "dp6",
"homepage": "http://www.dp6.com.br/",
"repository": {
"type": "git",
"url": "https://github.com/dp6/analytics-watcher.git"
},
"contributors": [
{
"name": "Paychex, Inc."
}
],
"bugs": {
"url": "https://github.com/dp6/analytics-watcher/issues"
},
"licenses": [
{
"type": "GNU",
"url": "https://github.com/dp6/analytics-watcher/blob/master/LICENSE.md"
}
],
"main": "src",
"engines": {
"node": ">= 0.10.5"
},
"keywords": [
"web analytics",
"digital analytics",
"universal analytics",
"validator",
"extension",
"chrome extension",
"plugin",
"google analytics",
"sniffer",
"debugger"
],
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-text-replace": "^0.4.0",
"prettier": "^2.7.1"
},
"dependencies": {}
}