-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 974 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
42
43
{
"name": "react-cookie-fs",
"version": "1.0.4",
"description": "Cookie based feature switching using React Context API",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"feature",
"switch",
"feature",
"toggle",
"react",
"cookie",
"context"
],
"author": "Laszlo Heves <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/reyrodrigez/react-cookie-fs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reyrodrigez/react-cookie-fs.git"
},
"homepage": "https://reyrodrigez.github.io/react-cookie-fs",
"dependencies": {
"jest": "^25.1.0",
"js-cookie": "^2.2.0",
"react": "^16.8.6"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"jest-environment-jsdom": "^24.8.0",
"jest-environment-jsdom-global": "^2.0.4"
},
"jest": {
"testEnvironment": "jest-environment-jsdom-global"
}
}