{ "name": "anonlytics-express", "version": "0.2.0", "description": "Privacy respecting analytics for express apps", "main": "src/index.js", "dependencies": { "keen-tracking": "^1.1.3", "response-time": "^2.3.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/anonlytics-express.git" }, "keywords": [ "anonymous", "server side", "analytics", "express" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/anonlytics-express/issues" }, "homepage": "https://github.com/lukechilds/anonlytics-express#readme" }