Skip to content

Commit

Permalink
Init NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltra committed Mar 23, 2022
1 parent 3c9b651 commit df9b579
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "html-gdpr-guard",
"version": "0.0.1",
"description": "Vanilla JavaScript binding to gdpr-guard as efficiently and easily as possible, based on data provided in the DOM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Voltra/html-gdpr-guard.git"
},
"author": "Voltra <ludwig.guerin.98@gmx.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Voltra/html-gdpr-guard/issues"
},
"homepage": "https://github.com/Voltra/html-gdpr-guard#readme"
}

0 comments on commit df9b579

Please sign in to comment.