-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 721 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 721 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
{
"name": "scuttle-shell-browser",
"version": "1.2.1",
"description": "The native messaging host for scuttle shell browser",
"main": "setup.js",
"bin": "./setup.js",
"homepage": "https://github.com/retog/scuttle-shell-browser",
"repository": {
"type": "git",
"url": "ssb://%W3F0s4jfg8N1NUhSOveTpbFqhftfyjRe3+AGqfdJWSs=.sha256"
},
"scripts": {
"setup": "node setup.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"buffer": "^6.0.3",
"fs-extra": "^9.0.1",
"muxrpc": "^6.5.1",
"pull-paramap": "^1.2.2",
"pull-stream": "^3.6.14",
"ssb-client": "^4.9.0",
"web-ext-native-msg": "^4.8.2"
}
}