mirror of https://github.com/codefeathers/minnal
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
700 B
29 lines
700 B
{
|
|
"name": "breeze-analytics",
|
|
"version": "0.0.1",
|
|
"description": "Web analytics like a breeze",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/codefeathers/breeze-analytics.git"
|
|
},
|
|
"keywords": [
|
|
"breeze",
|
|
"analytics",
|
|
"website",
|
|
"monitoring"
|
|
],
|
|
"author": "Muthu Kumar (https://mkr.pw)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/codefeathers/breeze-analytics/issues"
|
|
},
|
|
"homepage": "https://github.com/codefeathers/breeze-analytics#readme",
|
|
"dependencies": {
|
|
"express": "^4.16.2",
|
|
"socket.io": "^2.0.4"
|
|
}
|
|
}
|
|
|