-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"private": true,
"name": "bare-ios",
"version": "1.0.0",
"description": "Example of embedding Bare in an iOS application",
"scripts": {
"test": "prettier . --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-ios.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-ios/issues"
},
"homepage": "https://github.com/holepunchto/bare-ios#readme",
"devDependencies": {
"bare-link": "^3.1.0",
"bare-pack": "^2.0.1",
"prettier": "^3.8.1",
"prettier-config-standard": "^7.0.0"
},
"dependencies": {
"b4a": "^1.8.0",
"bare-events": "^2.8.2",
"blind-pairing": "^2.3.1",
"compact-encoding": "^2.19.2",
"corestore": "^7.9.2",
"hyperbee": "^2.27.3",
"hypercore": "^11.28.1",
"hypercore-blob-server": "^1.12.0",
"hypercore-crypto": "^3.6.1",
"hyperswarm": "^4.17.0",
"keet-identity-key": "^3.1.0",
"protomux": "^3.10.1",
"sodium-native": "^5.1.0",
"udx-native": "^1.19.2"
}
}