forked from beakerbrowser/dat-ephemeral-ext-msg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 952 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 952 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
{
"name": "dweb-ephemeral-ext-msg",
"version": "1.0.0",
"description": "dWeb ephemeral ext messaging library for dBrowser",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"protobuf": "protocol-buffers schema.proto -o encodings.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbrowser/dat-ephemeral-ext-msg.git"
},
"keywords": [
"dat",
"extension",
"message",
"ephemeral"
],
"author": "Paul Frazee <pfrazee@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbrowser/dat-ephemeral-ext-msg/issues"
},
"homepage": "https://github.com/dbrowser/dat-ephemeral-ext-msg#readme",
"dependencies": {
"protocol-buffers-encodings": "^1.1.0"
},
"devDependencies": {
"ddatabase": "^1.3.0",
"dappdb": "^1.0.0",
"dwebfs": "^1.1.0",
"protocol-buffers": "^4.0.4",
"random-access-memory": "^3.0.0",
"tape": "^4.9.1"
}
}