forked from novalabio/react-native-bip39
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 986 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
{
"name": "@dreson4/react-native-quick-bip39",
"version": "0.0.7",
"description": "React-Native fast bip39 using react-native-quick-crypto",
"main": "index.js",
"scripts": {
"standard": "standard"
},
"author": "Baraka Andrew",
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/dreson4/react-native-quick-bip39.git"
},
"license": "MIT",
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"react-native-quick-crypto": "^0.5.0",
"unorm": "^1.6.0"
},
"devDependencies": {
"@types/unorm": "^1.3.28",
"nyc": "^8.3.0",
"proxyquire": "^1.7.10",
"standard": "*",
"tape": "^4.6.2"
},
"bugs": {
"url": "https://github.com/dreson4/react-native-quick-bip39/issues"
},
"homepage": "https://github.com/dreson4/react-native-quick-bip39#readme",
"directories": {
"test": "test"
},
"keywords": [
"react-native",
"bip39",
"react-native-quick-crypto"
]
}