-
Notifications
You must be signed in to change notification settings - Fork 0
/
ga-outbound.jquery.json
34 lines (34 loc) · 993 Bytes
/
ga-outbound.jquery.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
{
"name": "ga-outbound",
"title": "jQuery Google Analytics Outbound Link Tracker",
"description": "Tracking outbound links with Google Analytics' new tracking code, Universal Analytics (analytics.js).",
"keywords": [
"googleanalytics",
"google",
"analytics",
"universal",
"analytics.js",
"click",
"outbound",
"link",
"event",
"jquery-ga-outbound"
],
"version": "1.0.0",
"author": {
"name": "Ryosuke Otsuya",
"url": "https://github.com/rotsuya"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rotsuya/jquery-ga-outbound/blob/gh-pages/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/rotsuya/jquery-ga-outbound/issues",
"homepage": "https://github.com/rotsuya/jquery-ga-outbound",
"docs": "https://github.com/rotsuya/jquery-ga-outbound",
"dependencies": {
"jquery": ">=1.1"
}
}