-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
46
47
48
49
50
51
52
53
{
"name": "viacrypt",
"version": "0.3.0",
"description": "One time read messaging system.",
"tags": [
"viacrypt",
"secret",
"message",
"cryptography",
"web",
"app"
],
"author": "Vialink Team",
"home": "https://github.com/vialink/viacrypt",
"repository": {
"type": "git",
"url": "git://github.com/vialink/viacrypt.git"
},
"bugs": {
"url": "https://github.com/vialink/viacrypt/issues"
},
"license": {
"type": "AGPL",
"url": "https://github.com/vialink/viacrypt/blob/master/COPYING"
},
"dependencies": {
"connect": "~2.8.5",
"express": "~3.3.5",
"node-uuid": "~1.4.0",
"handlebars": "~1.0.12",
"express-rate": "~0.0.1",
"redis": "~0.8.4",
"mongodb": "~1.3.17",
"nodemailer": "~0.5.2",
"dateformat": "~1.0.6",
"locale": "0.0.10",
"argparse": "~0.1.15",
"jed": "~0.5.4",
"config": "~0.4.30"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.1",
"grunt-develop": "~0.2.2"
},
"bin": {
"viacrypt-server": "bin/viacrypt-server"
}
}