-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 870 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
37
{
"name": "ssb-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"connect-history-api-fallback": "^1.5.0",
"eff-diceware-passphrase": "^1.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"ip": "^1.1.5",
"jsonwebtoken": "^8.1.1",
"lodash": "^4.17.5",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"pull-stream": "^3.6.1",
"pull-timeout": "0.0.1",
"sanitize-html": "^1.17.0",
"serve-static": "^1.13.2",
"ssb-markdown": "^3.5.0",
"ssb-party": "^0.5.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"bulma": "^0.6.2"
}
}