forked from BlueWallet/rn-electrum-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 935 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 935 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@photon-sdk/rn-electrum-client",
"version": "4.0.0",
"description": "Electrum protocol client for React Native & Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@photon-sdk/react-native-tcp": "^6.0.0"
},
"react-native": {
"net": "@photon-sdk/react-native-tcp",
"tls": "@photon-sdk/react-native-tcp/tls"
},
"repository": {
"type": "git",
"url": "git://github.com/photon-sdk/rn-electrum-client.git"
},
"bugs": {
"url": "https://github.com/photon-sdk/rn-electrum-client/issues"
},
"keywords": [
"client",
"electrum",
"bitcoin"
],
"engines": {
"node": ">=6"
},
"contributors": [
{
"name": "Yuki Akiyama"
},
{
"name": "7kharov"
},
{
"name": "overtorment"
}
],
"license": "MIT"
}