forked from arlolra/otr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "otr",
"version": "0.2.16",
"description": "Off-the-Record Messaging Protocol",
"homepage": "https://github.com/arlolra/otr",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:arlolra/otr.git"
},
"keywords": [
"otr",
"off-the-record",
"off the record",
"crypto",
"protocol",
"socialist millionaire",
"dsa"
],
"optionalDependencies": {},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"mocha": "^5.2.0",
"webworker-threads": "^0.7.17"
},
"author": "Arlo Breault <arlolra@gmail.com>",
"contributors": [
"William Budington <bill.budington@gmail.com>",
"Nadim Kobeissi <nadim@nadim.cc>",
"Klaus Herberth <github@spam.herberth.eu>",
"JC Brand <jc@opkode.com>",
"Mark Vayngrib <mark.vayngrib@lablz.com>",
"Jérémie Astori <jeremie@astori.fr>"
],
"license": "MPL-2.0"
}