-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 KB
/
package.json
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
35
36
37
38
39
40
41
42
{
"name": "lightweight-ga",
"version": "1.0.2",
"description": "Google analytics lightweight",
"main": "index.js",
"scripts": {
"build": "node build.js",
"docs": "npx server ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perfectgrid-freebies/lightweight-ga.git"
},
"keywords": [
"joomla",
"module",
"google",
"analytics",
"performance"
],
"author": "Dimitrios Grammatikogiannis",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/perfectgrid-freebies/lightweight-ga/issues"
},
"homepage": "https://github.com/perfectgrid-freebies/lightweight-ga#readme",
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/preset-env": "7.18.10",
"@rollup/plugin-babel": "6.0.0",
"@rollup/plugin-replace": "5.0.0",
"adm-zip": "0.5.9",
"fs-extra": "10.1.0",
"gist-fetch": "1.0.1",
"replace-in-file": "6.3.5",
"rimraf": "3.0.2",
"rollup": "2.79.1",
"rollup-plugin-terser": "7.0.2"
},
"dependencies": {},
"browserslist": "> 0.25%, not dead"
}