-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "react-native-scuttlebot",
"version": "10.4.23",
"description": "Secure Scuttlebutt peer for React Native apps",
"author": "Andre Staltz",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://github.com/ssbc/react-native-scuttlebot",
"repository": {
"type": "git",
"url": "https://github.com/ssbc/react-native-scuttlebot"
},
"scripts": {
"compile": "tsc",
"prepublishOnly": "npm run compile",
"install": "./insert-bundle.sh && cd ../../ && react-native link react-native-node"
},
"devDependencies": {
"@types/node": "^8.0.9",
"typescript": "^2.4.1"
},
"dependencies": {
"leveldown-android-prebuilt": "2.0.3",
"bufferutil": "3.0.1",
"mkdirp": "^0.5.1",
"noderify": "3.0.2",
"path": "0.12.7",
"pull-identify-filetype": "1.1.0",
"react-native-node": "3.3.0",
"scuttlebot": "10.4.10",
"sodium-browserify-tweetnacl": "0.2.3",
"spawn-sync": "1.0.15",
"ssb-about": "0.1.x",
"ssb-backlinks": "0.4.x",
"ssb-contacts": "0.0.x",
"ssb-friends": "^2.3.0",
"ssb-keys": "7.0.12",
"ssb-private": "0.1.x",
"ssb-query": "0.1.x",
"try-thread-sleep": "^1.0.2",
"utf-8-validate": "3.0.2",
"yargs": "8.0.2"
}
}