forked from adminion/off-the-record
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 1.85 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 1.85 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "off-the-record",
"description": "Chat for the paranoid..",
"version": "0.0.7",
"author": {
"name": "Jeff Harris",
"email": "techjeffharris@gmail.com",
"website": "http://intangiblehost.net"
},
"contributors": [
{
"name": "Zane",
"email": "ydzane@gmail.com"
},
{
"name": "Kyle Pasco",
"email": "kylepasco@gmail.com"
},
{
"name": "Dan Elliot"
}
],
"scripts": {
"gen-key-signed-cert": "bin/gen-key-signed-cert.sh",
"postinstall": "cd bin/ && ./gen-config-files.sh",
"start": "bin/otr.sh",
"start-dev": "bin/otr-dev.sh",
"wheresmyconfig": "bin/wheresmyconfig.sh"
},
"main": "lib/index.js",
"bin": "./server.js",
"license": {
"type": "BSD-3-Clause",
"file:": "LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/adminion/off-the-record.git"
},
"bugs": {
"url": "https://github.com/techjeffharris/off-the-record/issues"
},
"keywords": [
"binary",
"chat",
"encrypted",
"file",
"files",
"https",
"off-the-record",
"private",
"transfer",
"secure"
],
"dependencies": {
"async": "1.x",
"body-parser": "1.x",
"browserify": "6.x",
"connect-flash": "0.x",
"connect-mongo": "0.x",
"cookie-parser": "1.x",
"debug": "*",
"express": "4.x",
"express-session": "1.x",
"extend": "3.x",
"friends-of-friends": "3.x",
"jade": "1.x",
"method-override": "2.x",
"mongoose": "4.x",
"morgan": "1.x",
"passport": "0.x",
"passport-local": "1.x",
"passport-local-mongoose": "1.x",
"passport.socketio": "3.x",
"serve-favicon": "^2.3.0",
"serve-static": "1.x",
"shortid": "2.x",
"socket.io": "1.x",
"techjeffharris-utils": "1.x",
"valid-url": "^1.0.9"
},
"devDependencies": {
"babelify": "^7.2.0"
}
}