analytics-reporter
Version:
A lightweight command line tool for reporting and publishing analytics data from a Google Analytics account.
80 lines (79 loc) • 1.7 kB
JSON
{
"name": "analytics-reporter",
"version": "1.2.2",
"description": "A lightweight command line tool for reporting and publishing analytics data from a Google Analytics account.",
"keywords": [
"analytics",
"google analytics"
],
"homepage": "https://github.com/18F/analytics-reporter",
"license": "CC0-1.0",
"scripts": {
"start": "node app.js",
"test": "`npm bin`/mocha test/*.test.js test/**/*.test.js"
},
"contributors": [
{
"name": "Gabriel Ramirez",
"email": "gabriel.ramirez@gsa.gov"
},
{
"name": "Eric Mill",
"email": "eric.mill@gsa.gov"
},
{
"name": "Lauren Ancona",
"email": "lauren.ancona@phila.gov"
},
{
"name": "Eric Schles",
"email": "eric.schles@gsa.gov"
}
],
"files": [
"bin",
"src",
"test",
"reports",
"index.js",
"newrelic.js",
"package.json",
"*.md"
],
"engines": {
"node": ">=7.0.0"
},
"preferGlobal": true,
"main": "index",
"bin": {
"analytics": "./bin/analytics"
},
"repository": {
"type": "git",
"url": "git://github.com/18F/analytics-reporter.git"
},
"bugs": {
"url": "https://github.com/18F/analytics-reporter/issues"
},
"dependencies": {
"async": "*",
"aws-sdk": "*",
"fast-csv": "*",
"googleapis": "^2.1.5",
"lodash": "^3.10.1",
"minimist": "*",
"moment-timezone": "^0.5.11",
"node-schedule": "^0.1.13",
"winston-color": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"proxyquire": "^1.7.11"
},
"optionalDependencies": {
"knex": "^0.12.6",
"newrelic": "^1.36.1",
"pg": "^6.1.2"
}
}