-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
25 lines (25 loc) · 988 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
{
"name": "googleanalytics",
"main": "./lib/ga",
"description": "Google Analytics library.",
"version": "0.4.0",
"author": "Nick Campbell (http://github.com/ncb000gt)",
"contributors": [
{ "name": "Brian Zeligson (http://github.com/beezee)", "email": "[email protected]" },
{ "name": "Mike Schierberl (http://github.com/mschierberl)", "email": "[email protected]" },
{ "name": "Gal Ben-Haim (http://github.com/bsphere", "email": "[email protected]"},
{ "name": "Patrick Nolan (http://github.com/patnolanireland", "email": "[email protected]"},
{ "name": "Ryan Smith (https://github.com/Incisive)", "email": "[email protected]" },
{ "name": "Aran Sadja (https://github.com/asadja)", "email": "<[email protected]>" }
],
"engines": { "node": ">= 0.4.0" },
"repository": {
"type": "git",
"url": "http://github.com/ncb000gt/node-googleanalytics.git"
},
"licenses": [
{
"type": "MIT"
}
]
}