-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"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": "[email protected]:arlolra/otr.git"
},
"keywords": [
"otr",
"off-the-record",
"off the record",
"crypto",
"protocol",
"socialist millionaire",
"dsa"
],
"optionalDependencies": {
"webworker-threads": "~0.4.13"
},
"devDependencies": {
"mocha": "~1.20.1",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0"
},
"author": "Arlo Breault <[email protected]>",
"contributors": [
"William Budington <[email protected]>",
"Nadim Kobeissi <[email protected]>",
"Klaus Herberth <[email protected]>",
"JC Brand <[email protected]>",
"Mark Vayngrib <[email protected]>",
"Jérémie Astori <[email protected]>"
],
"license": "MPL-2.0"
}