️ Blazing fast, dead simple, and minimal analytics solution for websites.
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.

32 lines
701 B

7 years ago
{
"name": "minal",
7 years ago
"version": "0.0.1",
"description": "Blazing fast, minimal web analytics",
7 years ago
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/minal.git"
7 years ago
},
"keywords": [
"minal",
"fast",
"minimal",
7 years ago
"analytics",
"website",
"monitoring"
],
"author": "Muthu Kumar <@MKRhere> <https://mkr.pw>",
7 years ago
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/minal/issues"
7 years ago
},
"homepage": "https://github.com/codefeathers/minal#readme",
"dependencies": {
"express": "^4.16.2",
"socket.io": "^2.0.4"
}
7 years ago
}