You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

29 lines
771 B

{
"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 <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/anonlytics-express/issues"
},
"homepage": "https://github.com/lukechilds/anonlytics-express#readme"
}