-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.03 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
{
"name": "simple-consent",
"version": "1.0.0",
"description": "Most consent/cookie banners are too bloated and try to be \"everything to everyone\" - SimpleConsent is hyperfocused on ease of use, particularly with Google Tag Manager's \"Consent\" APIs.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"start-server": "http-server -p 8080",
"cy:open": "cypress open",
"test": "concurrently \"npm run start-server\" \"npm run cy:open\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/derekcavaliero/SimpleConsent.git"
},
"author": "Derek Cavaliero",
"license": "MIT",
"bugs": {
"url": "https://github.com/derekcavaliero/SimpleConsent/issues"
},
"homepage": "https://github.com/derekcavaliero/SimpleConsent#readme",
"devDependencies": {
"concurrently": "^8.2.2",
"cypress": "^13.13.2",
"http-server": "^14.1.1",
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^12.6.0"
}
}