forked from sandrinodimattia/sharelock
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.36 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "sharelock",
"author": {
"name": "Tomasz Janczuk <[email protected]>",
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "0.1.1-pre",
"description": "Securely share data",
"scripts": {
"start": "node server.js"
},
"tags": [
"nodejs",
"authentication",
"auth0",
"data",
"javascript",
"security",
"sharing"
],
"engines": {
"node": ">= 6.11"
},
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"dependencies": {
"@airbrake/node": "^1.1.1",
"async": "^2.6.3",
"axios": "^0.21.1",
"base64url": "^3.0.1",
"body-parser": "^1.19.0",
"bunyan": "^1.8.14",
"cookie-parser": "^1.4.5",
"cryptiles": "^4.1.3",
"dotenv": "^5.0.1",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-mysql-session": "^2.1.4",
"express-session": "^1.17.1",
"memorystore": "^1.6.2",
"memorystream": "^0.3.1",
"passport": "^0.4.1",
"passport-auth0": ">= 1.3.2",
"serve-favicon": "^2.5.0",
"swig": "1.4.2",
"uglify-js": "^3.10.0",
"universal-analytics": "^0.4.20"
},
"homepage": "http://github.com/jgelsey/sharelock",
"repository": {
"type": "git",
"url": "[email protected]:jgelsey/sharelock.git"
},
"bugs": {
"url": "http://github.com/jgelsey/sharelock/issues"
}
}