forked from glamrock/cryptocat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 942 Bytes
/
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
{
"name": "cryptocat",
"version": "2.2.2",
"description": "Web Instant Messaging App With Accessible Encryption",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"express": "3.4.4"
},
"devDependencies": {
"lodash": "2.3.0",
"mocha": "1.14.0",
"chai": "1.8.1",
"sinon": "1.7.3",
"jshint": "2.3.0",
"grunt": "0.4.1",
"grunt-contrib-jshint": "0.7.1",
"grunt-mocha-test": "0.7.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-mkdir": "~0.1.1"
},
"bin": {
"cryptocat": "src/standaloneServer.js"
},
"scripts": {
"test": "mocha --ui exports --reporter spec test/chrome/js/*.test.js",
"start": "node src/standaloneServer.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cryptocat/cryptocat.git"
},
"keywords": [
"encryption",
"crypto",
"js",
"web"
],
"author": "Nadim Kobeissi <[email protected]>",
"license": "AGPL3"
}