-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
26 lines (26 loc) · 970 Bytes
/
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
{
"name": "ga-localstorage",
"description": "Google's Universal Analytics async snippet using HTML5 `localStorage` instead of HTTP cookies.",
"version": "1.0.2",
"keywords": ["google analytics", "analytics", "universal analytics", "localStorage"],
"homepage": "https://davidmurdoch.com/2014/09/22/google-async-analytics-using-localstorage/",
"bugs": "https://github.com/davidmurdoch/ga-localstorage/issues",
"license": "MIT",
"author": "David Murdoch <[email protected]> https://davidmurdoch.com",
"contributors": [
"David Murdoch <[email protected]> https://davidmurdoch.com",
"Mathias Bynens <[email protected]> (http://mathiasbynens.be/)",
"Elmer Bulthuis (https://twitter.com/elmerbulthuis)"
],
"files": [
"LICENSE.txt",
"ga-localstorage.js",
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/davidmurdoch/ga-localstorage.git"
},
"engines": ["node"]
}