-
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) · 938 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 938 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-android",
"version": "1.0.0",
"description": "Example of embedding Bare in an Android application",
"scripts": {
"test": "prettier . --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-android.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-android/issues"
},
"homepage": "https://github.com/holepunchto/bare-android#readme",
"devDependencies": {
"bare-link": "^3.2.1",
"bare-pack": "^2.0.1",
"prettier": "^3.4.2",
"prettier-config-standard": "^7.0.0"
},
"dependencies": {
"bare-fs": "^4.7.1",
"bare-os": "^3.9.1",
"bare-path": "^3.0.0",
"bare-rpc": "^1.3.1",
"compact-encoding": "^3.0.1",
"hypercore-crypto": "^3.7.0",
"hyperswarm": "^4.17.0",
"keet-identity-key": "^3.2.0",
"protomux": "^3.11.0"
}
}