-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.27 KB
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
43
44
45
46
47
48
49
50
{
"name": "@nerdsofalltrad.es/gdpr-cookie-monster",
"version": "0.1.3",
"description": "A minimal EU-GDPR compliant cookie consent banner for websites and shops (5.6K gzipped)",
"scripts": {
"test": "eslint src",
"dev": "webpack-dev-server --open",
"start": "npm run dev",
"build": "webpack -p"
},
"keywords": [
"eu",
"dsvgo",
"opt-in",
"opt-out",
"gdpr",
"cookie",
"consent",
"banner"
],
"author": "Sebastian Misch - Nerds of all Trades GmbH",
"repository": {
"type": "git",
"url": "https://github.com/nerdsofalltrades/gdpr-cookie-monster.git"
},
"license": "MIT",
"main": "dist/gdpr-cookie-monster.min.js",
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"cookie": "^0.3.1",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"express": "^4.16.3",
"html-webpack-plugin": "^3.2.0",
"marked": "^0.4.0",
"preact": "^8.2.9",
"prettier": "^1.12.1",
"prettier-eslint": "^8.8.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "^3.1.4"
},
"prettier": {
"singleQuote": true
}
}