Create package.json for npm support

This commit is contained in:
Amauri CHAMPEAUX 2018-10-12 10:01:56 +02:00
parent 63e9e6e61d
commit 449f7f2f1c
1 changed files with 29 additions and 0 deletions

29
package.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "tarteaucitronjs",
"version": "1.0.0",
"description": "Comply to the European cookie law",
"dependencies": {
"npm": "^6.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmauriC/tarteaucitron.js.git"
},
"keywords": [
"cookie",
"law",
"rgpd",
"gdpr",
"cookie"
],
"author": "AIC Agency SAS",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmauriC/tarteaucitron.js/issues"
},
"homepage": "https://github.com/AmauriC/tarteaucitron.js#readme"
}