forked from novalabio/react-native-bip39
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 768 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 768 Bytes
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
{
"name": "react-native-bip39",
"version": "2.2.0",
"description": "ReactNative-ready Bitcoin BIP39: Mnemonic code for generating deterministic keys",
"main": "index.js",
"scripts": {
"heap": "node -e 'console.log(v8.getHeapStatistics().heap_size_limit/(1024*1024))'",
"version": "node -v"
},
"author": "Alberto Dallaporta",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/39otrebla/react-native-bip39"
},
"license": "MIT",
"dependencies": {
"create-hash": "^1.1.0",
"react-native-crypto": "^2.0.1",
"react-native-randombytes": "^2.2.0",
"unorm": "^1.3.3"
},
"devDependencies": {
"nyc": "^8.3.0",
"proxyquire": "^1.7.10",
"standard": "*",
"tape": "^4.6.2"
}
}