hau
Version:
Easily track hourly daily, weekly, and monthly active users with Redis.
44 lines (43 loc) • 966 B
JSON
{
"name": "hau",
"version": "0.3.0",
"description": "Easily track hourly daily, weekly, and monthly active users with Redis.",
"main": "lib/active-user.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malcolmocean/hau.git"
},
"author": "Malcolm Ocean <malcolm@malcolmocean.com> (http://malcolmocean.com)",
"license": "MIT",
"devDependencies": {
"mocha": "~1.14.0",
"expect.js": "~0.2.0"
},
"dependencies": {
"moment": "~2.4.0",
"redis": "~2.8.0",
"underscore": "~1.5.2",
"async": "~0.2.9"
},
"contributors": [
"Ian Christian Myers <ian@iancmyers.com>"
],
"bugs": {
"url": "https://github.com/malcolmocean/hau/issues"
},
"homepage": "https://github.com/malcolmocean/hau#readme",
"directories": {
"test": "test"
},
"keywords": [
"active-user",
"hourly",
"hau",
"dau",
"wau",
"mau"
]
}