-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 951 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 951 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
{
"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": "^1.4.1",
"bare-pack": "^1.4.1",
"prettier": "^3.4.2",
"prettier-config-standard": "^7.0.0"
},
"dependencies": {
"b4a": "^1.6.7",
"compact-encoding": "^2.16.1",
"corestore": "^7.4.5",
"hyperbee": "^2.24.3",
"hypercore": "^11.11.1",
"hypercore-blob-server": "^1.11.0",
"hyperswarm": "^4.12.1",
"protomux": "^3.10.1",
"sodium-native": "^5.0.6",
"udx-native": "^1.18.2"
}
}