forked from joeferraro/react-native-cookies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 802 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
{
"name": "@mattvick/react-native-cookies",
"version": "3.3.4",
"description": "Cookie manager for react native",
"keywords": [
"react",
"react native",
"react-component",
"cookies",
"webview",
"react-native"
],
"main": "index.js",
"author": "@joeferraro",
"contributors": [
{
"name": "Matthew Vickery",
"email": "[email protected]",
"url": "https://matthewvickery.org/"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mattvick/react-native-cookies.git"
},
"publishConfig": {
"regisrty": "https://npm.pkg.github.com/"
},
"dependencies": {
"invariant": "^2.1.0"
}
}