-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 990 Bytes
/
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
34
35
36
37
38
39
40
41
{
"name": "@ctbucha/bs-react-cookie-consent",
"version": "0.0.1",
"description": "BuckleScript bindings for react-cookie-consent.",
"main": "index.js",
"scripts": {
"build": "bsb -make-world",
"watch": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctbucha/bs-react-cookie-consent.git"
},
"keywords": [
"react-cookie-consent",
"bucklescript",
"reasonml",
"react",
"cookie",
"gdpr",
"binding",
"component"
],
"author": "ctbucha",
"license": "MIT",
"bugs": {
"url": "https://github.com/ctbucha/bs-react-cookie-consent/issues"
},
"homepage": "https://github.com/ctbucha/bs-react-cookie-consent#readme",
"dependencies": {
"react-cookie-consent": "^1.9.0"
},
"devDependencies": {
"bs-platform": "^4.0.5"
},
"peerDependencies": {
"reason-react": "^0.5.3"
}
}