-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "komito-analytics",
"version": "5.0.0",
"description": "Komito Analytics is a free, open-source enhancement for the most popular web analytics software.",
"homepage": "https://komito.net",
"repository": "github:Datamart/Komito",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Datamart/Komito/issues",
"email": "support@komito.net"
},
"scripts": {
"build": "./build/build.sh"
},
"author": {
"name": "Valentin Podkamennyi",
"email": "valentin@dtm.io",
"url": "https://vpodk.com/"
},
"dependencies": {
"glize": "^21.2.2"
},
"keywords": [
"analytics",
"google-analytics",
"event-tracking",
"adobe-analytics",
"clicktale",
"baidu-analytics",
"media-tracking",
"komito-analytics",
"particles-analytics"
]
}