-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 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
{
"name": "sharelock",
"author": {
"name": "Tomasz Janczuk <[email protected]>",
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "0.1.0-pre",
"description": "Securely share data",
"tags": [
"nodejs",
"authentication",
"auth0",
"data",
"javascript",
"security",
"sharing"
],
"engines": {
"node": ">= 0.10"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"async": "~0.9.0",
"base64url": "~1.0.4",
"body-parser": "~1.8.1",
"bunyan": "~1.2.3",
"cookie-parser": "~1.3.3",
"dotenv": "^0.4.0",
"ejs": "~0.8.5",
"express": "~4.9.0",
"express-session": "^1.9.3",
"passport": "^0.2.1",
"passport-auth0": "^0.2.0",
"serve-favicon": "~2.1.3",
"swig": "^1.4.2"
},
"homepage": "http://github.com/auth0/sharelock",
"repository": {
"type": "git",
"url": "[email protected]:auth0/sharelock.git"
},
"bugs": {
"url": "http://github.com/auth0/sharelock/issues"
}
}