forked from sandrinodimattia/sharelock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.14 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.14 KB
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
{
"name": "sharelock",
"author": {
"name": "Tomasz Janczuk <tomasz@janczuk.org>",
"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": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"async": "^2.6.0",
"base64url": "^2.0.0",
"body-parser": "^1.18.2",
"bunyan": "^1.8.12",
"cookie-parser": "^1.4.3",
"cryptiles": "^4.1.1",
"dotenv": "^5.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"serve-favicon": "^2.4.5",
"swig": "^1.4.2"
},
"homepage": "http://github.com/auth0/sharelock",
"repository": {
"type": "git",
"url": "git@github.com:auth0/sharelock.git"
},
"bugs": {
"url": "http://github.com/auth0/sharelock/issues"
}
}