UNPKG

ga-traffic-simulator

Version:
40 lines (39 loc) 962 B
{ "name": "ga-traffic-simulator", "version": "1.0.4", "description": "A CLI to simulate traffic to google analytics", "bin": { "ga-traffic-simulator": "./bin/ga-traffic-simulator" }, "scripts": { "test": "node_modules/mocha/bin/mocha test/*.js test/**/*.js" }, "engines": { "node": "^5.10.0" }, "author": { "name": "Nathan Selvidge", "email": "nselvidge@gmail.com", "url": "https://github.com/nselvidge" }, "repository": { "type": "git", "url": "https://github.com/nselvidge/ga-traffic-simulator" }, "license": "MIT", "bugs": "https://github.com/nselvidge/ga-traffic-simulator/issues", "dependencies": { "autocmdr": "~0.0.7", "bluebird": "^3.3.4", "commander": "~2.0.0", "underscore": "^1.8.3", "universal-analytics": "^0.3.11" }, "devDependencies": { "bluebird": "^3.3.4", "chai": "^3.5.0", "mocha": "^2.4.5", "nock": "^8.0.0", "sinon": "^1.17.3" } }