-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.04 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "react-native-potato-crypto",
"title": "React Native Potato Crypto",
"version": "1.0.4",
"description": "potato crypto for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/potato-coin/react-native-potato-crypto.git",
"baseUrl": "https://github.com/potato-coin/react-native-potato-crypto"
},
"keywords": [
"react-native",
"potato",
"crypto",
"bip39"
],
"author": {
"name": "rise",
"email": "[email protected]"
},
"files": [
"android/",
"ios/",
"bip39/",
"crypto/",
".gitattributes",
".gitignore",
"index.js",
"package.json",
"README.md",
"PotatoCrypto.podspec"
],
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "16.9.0",
"react-native": "0.62.3"
},
"devDependencies": {
"react": "16.9.0",
"react-native": "0.62.3"
}
}