forked from EdgeApp/airbitz-core-react-native
-
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) · 857 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 857 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": "airbitz-core-react-native",
"version": "0.6.1",
"description": "Wrapper for airbitz-core-js for running on React Native",
"homepage": "https://airbitz.co",
"license": "SEE LICENSE IN LICENSE",
"author": "Airbitz, Inc.",
"contributors": [
"William Swanson <william@edgesecure.co>",
"Paul Puey <paul@edgesecure.co>"
],
"files": [
"changelog.md",
"index.js",
"LICENSE"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:Airbitz/airbitz-core-react-native.git"
},
"dependencies": {
"edge-login": "^0.5.0",
"react-native-fast-crypto": "^1.5.3",
"react-native-fs": "^2.1.0-rc.1",
"react-native-randombytes": "git://github.com/Airbitz/react-native-randombytes.git#40d02a5f922",
"react-native-tcp": "git://github.com/Airbitz/react-native-tcp.git"
}
}