-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 928 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "gaer",
"version": "0.11.0",
"description": "A CLI for Google Analytics Event Tracking Report",
"bin": {
"gaer": "bin/cli.js"
},
"author": {
"name": "Koji Ishimoto",
"email": "[email protected]",
"web": "http://t32k.me/"
},
"homepage": "https://github.com/t32k/gaer",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/t32k/gaer.git"
},
"bugs": {
"url": "https://github.com/t32k/gaer/issues"
},
"keywords": [
"Google Analytics",
"Event Tracking",
"monitor",
"graph"
],
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "mocha --reporter=spec"
},
"main": "lib/gaer.js",
"dependencies": {
"chalk": "^1.0.0",
"commander": "^2.7.1",
"get-stdin": "^5.0.0",
"progress": "^1.1.8",
"request": "^2.54.0"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.2.1"
}
}