-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 920 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 920 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
{
"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",
"dependencies": {
"bare-fs": "^4.5.6",
"bare-os": "^3.8.0",
"bare-path": "^3.0.0",
"bare-rpc": "^1.2.0",
"compact-encoding": "^2.19.2",
"hypercore-crypto": "^3.6.1",
"hyperswarm": "^4.17.0",
"keet-identity-key": "^3.1.0",
"protomux": "^3.10.1"
},
"devDependencies": {
"bare-link": "^3.0.2",
"bare-pack": "^2.0.1",
"prettier": "^3.4.2",
"prettier-config-holepunch": "^2.0.0"
}
}