1
0
Fork 0
mirror of https://github.com/Findus23/matomo4-plugins.git synced 2024-09-19 15:23:43 +02:00

add package.json

This commit is contained in:
Lukas Winkler 2020-08-31 20:35:01 +02:00
parent 7d3ea32156
commit 2cf522d947
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 13 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,5 +1,7 @@
.idea/
node_modules/
*.json
!package.json
config.py
__pycache__/
public/index.html

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"dependencies": {
"bootstrap": "^4.5.2"
},
"name": "matomo4-plugins",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:Findus23/matomo4-plugins.git",
"author": "Lukas Winkler <git@lw1.at>",
"license": "MIT"
}