-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 852 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
36
{
"name": "ssb-email-pub",
"version": "0.0.1",
"description": "Link your ssb account to an email address",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ssb",
"email"
],
"author": "Marcos Gutierrez",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"level": "^3.0.0",
"mailin": "^3.0.4",
"scuttlebot": "^11.2.1",
"ssb-client": "^4.5.7",
"ssb-keys": "^7.0.14",
"ssb-private": "^0.1.4",
"ssb-ref": "^2.9.1",
"pull-stream": "^3.6.1",
"ssb-about": "0.1.2",
"ssb-backlinks": "0.6.1",
"ssb-blobs": "1.1.4",
"ssb-config": "2.2.0",
"ssb-contacts": "0.0.2",
"ssb-friends": "2.4.0",
"ssb-query": "1.0.2",
"uuid": "^3.2.1"
}
}