-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 554 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 554 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
{
"name": "gatrack",
"version": "1.3.1",
"homepage": "http://jbckmn.github.io/gatrack.js/",
"authors": [
"jbckmn <email@andjosh.com>"
],
"description": "Easily track user (or any) events and errors with Google Analytics",
"main": "dist/gatrack.min.js",
"dependencies": {},
"keywords": [
"Google",
"Analytics",
"error",
"tracking",
"event",
"tracking",
"user",
"interaction"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}