-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.3 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.3 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "off-the-record",
"description": "Chat for the paranoid..",
"version": "0.0.12",
"engines": {
"node": "5.x",
"node": "4.x"
},
"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": {
"bundle": "bin/bundle.sh",
"bundle-watch": "bin/bundle-watch.sh",
"coverage": "NODE_ENV=test bin/coverage.sh",
"docs": "bin/docs.sh",
"gen-key-signed-cert": "bin/gen-key-signed-cert.sh",
"test": "NODE_ENV=test mocha",
"start": "bin/otr.sh",
"start-dev": "bin/otr-dev.sh",
"wheresmyconfig": "bin/wheresmyconfig.sh"
},
"main": "lib/index.js",
"bin": "./bin/otr.sh",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/adminion/off-the-record.git"
},
"bugs": {
"url": "https://github.com/adminion/off-the-record/issues"
},
"keywords": [
"binary",
"chat",
"encrypted",
"file",
"files",
"https",
"message",
"messaging",
"messenger",
"off-the-record",
"private",
"transfer",
"secure"
],
"dependencies": {
"async": "1.x",
"babel-polyfill": "6.3.14",
"body-parser": "1.x",
"commander": "2.9.0",
"connect-mongo": "1.x",
"cookie-parser": "1.x",
"debug": "2.x",
"express": "4.x",
"express-session": "1.x",
"extend": "3.x",
"friends-of-friends": "3.x",
"moment": "2.12.0",
"mongoose": "4.x",
"notie": "2.1.0",
"passport": "0.x",
"passport-local-mongoose": "4.x",
"passport.socketio": "3.x",
"pmx": "0.6.1",
"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",
"vantage": "1.5.2"
},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"babelify": "7.2.0",
"browserify": "12.x",
"coveralls": "2.11.8",
"eslint": "1.10.3",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0",
"mocha-mongoose": "1.2.0",
"should": "8.2.2",
"valid-url": "1.0.9"
}
}