UNPKG

trendie

Version:

CLI tool that displays Internet Explorer usage and trends for your site via Google Analytics.

58 lines (57 loc) 1.3 kB
{ "name": "trendie", "version": "1.0.2", "description": "CLI tool that displays Internet Explorer usage and trends for your site via Google Analytics.", "preferGlobal": true, "main": "./bin/trendie", "bin": { "trendie": "./bin/trendie" }, "keywords": [ "ie", "internet explorer", "use", "usage", "trends", "trending", "traffic", "analytics" ], "dependencies": { "cli-table": "~0.3.1", "colors": "~1.1.2", "commander": "~2.9.0", "googleanalytics": "~0.3.7", "lodash": "~4.5.0", "moment": "~2.11.2", "nedb": "~1.8.0", "numeral": "~1.5.3", "path-extra": "~3.0.0", "prettyjson": "~1.1.3", "progger": "~1.0.1", "prompt": "~1.0.0", "q": "~1.4.0" }, "devDependencies": { "jshint": "~2.9.1" }, "repository": { "type": "git", "url": "https://github.com/okize/trendie.git" }, "bugs": "https://github.com/okize/trendie/issues", "homepage": "https://github.com/okize/trendie/", "author": { "name": "Morgan Wigmanich", "email": "okize123@gmail.com", "url": "https://github.com/okize" }, "license": "MIT", "engines": { "node": "0.10.x" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "jshint ./lib/*.js" } }