forked from softwerkskammer/Agora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.85 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
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
{
"name": "Agora",
"description": "The plattform for Softwerkskammer",
"version": "1.0.0",
"author": "Nicole Rauch",
"contributors ": [
{
"name": "Markus M. May",
"web": "http://www.javafreedom.org"
},
{
"name": "Andreas Leidig",
"web": "https://github.com/leider"
}
],
"repository": {
"type": "git",
"url": "https://github.com/softwerkskammer/Agora"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "",
"engines": {
"node": ">0.8"
},
"dependencies": {
"express": "~3.4",
"soap-sympa": "~0.0.1",
"jade": "~0.35.x",
"mongodb": "1.3.x",
"async": "~0.2.9",
"nconf": "~0.6.7",
"passport" : "~0.1.16",
"passport-openid" : "~0.3.1",
"passport-github" : "~0.1.3",
"connect-ensure-login" : "0.1.1",
"winston": "~0.6.2",
"winston-config": "~0.4.0",
"underscore": "~1.5.x",
"underscore.string": "~2.3.x",
"validator": "1.5.x",
"moment-timezone": "0.0.2",
"connect-mongo": "0.3.x",
"CoolBeans": "0.0.8",
"mailparser": "~0.3.6",
"nodemailer": "0.5.2",
"node-html-encoder": "~0.0.2",
"icalendar": "~0.6.5",
"marked": "0.2.9",
"iconv": "2.x.x",
"node-syntaxhighlighter": "0.8.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.7.0",
"grunt-sass": "~0.6.x",
"grunt-contrib-qunit": "0.3.0",
"grunt-contrib-concat": "~0.3.0",
"chai": "~1.8.0",
"sinon": "~1.7.3",
"request": "~2.27.x",
"supertest": "~0.8",
"blanket": "~1.1.5",
"travis-cov": "~0.2.4"
},
"scripts": {
"start": "node start",
"test": "grunt travis --verbose",
"travis-cov": { "threshold": "64" },
"prepublish": "sh ./prepublish.sh"
}
}