forked from rayshan/ga-extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 990 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
47
48
49
50
51
{
"name": "ga-extractor",
"version": "0.6.0",
"engines": {
"node": ">=0.10"
},
"description": "Free your Google Analytics data.",
"keywords": [
"google",
"analytics",
"google analytics",
"data",
"metrics",
"stats",
"etl"
],
"main": "lib",
"files": [
"lib"
],
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/rayshan/ga-extractor"
},
"author": {
"name": "Ray Shan",
"email": "[email protected]",
"url": "http://shan.io"
},
"homepage": "https://github.com/rayshan/ga-extractor",
"dependencies": {
"bluebird": "~2.9",
"google-p12-pem": "0.0.1",
"googleapis": "~1.1",
"limiter": "~1.0.5"
},
"devDependencies": {
"chai": "^2.x",
"chai-as-promised": "^4.x",
"coffee-script": "~1.9",
"gulp": "~3.8",
"gulp-coffee": "^2.2.0",
"gulp-mocha": "^2.x",
"mocha": "~2.1"
},
"license": "MIT"
}