-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 842 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 842 Bytes
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
{
"name": "analytics-reporter",
"version": "0.2.0",
"description": "Creates a report for a collection of properties on a Google Analytics account",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tyler Hughes <tyler@kintla.co>",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.0.18",
"bluebird": "^0.11.6",
"cli-table": "^0.3.0",
"coffee-script": "^1.8.0",
"dotenv": "^0.4.0",
"dropbox": "^0.10.3",
"fast-csv": "^0.5.2",
"ga-report": "^1.0.0",
"glob": "^4.0.6",
"googleapis": "^1.0.16",
"mkdirp": "^0.5.0",
"moment": "^2.8.3",
"node-zip": "^1.1.0",
"nodemailer": "^1.3.0",
"nodemailer-markdown": "^1.0.0",
"nodemailer-ses-transport": "^1.2.0",
"underscore": "^1.7.0"
}
}