-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 913 Bytes
/
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
{
"name": "@fabric/meshtastic",
"version": "0.1.0-RC1",
"description": "Fabric Protocol over radio",
"main": "services/meshtastic.js",
"scripts": {
"report:install": "rm -rf node_modules && echo \"\n\" > package-lock.json && echo \"$ npm i\" > reports/install.log && npm i >> reports/install.log",
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FabricLabs/fabric-meshtastic.git"
},
"keywords": [
"fabric",
"bitcoin",
"mesh",
"meshtastic",
"peer",
"peer",
"to",
"peer",
"p2p"
],
"author": "Fabric Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/FabricLabs/fabric-meshtastic/issues"
},
"homepage": "https://github.com/FabricLabs/fabric-meshtastic#readme",
"dependencies": {
"@fabric/core": "FabricLabs/fabric#feature/v0.1.0-RC1",
"@meshtastic/js": "2.2.18-0"
}
}