forked from softwerkskammer/Agora
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.63 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.63 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"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.10"
},
"dependencies": {
"async": "0.9.0",
"body-parser": "1.5.0",
"compression": "1.0.9",
"connect-ensure-login": "0.1.1",
"connect-mongostore": "0.1.1",
"cookie-parser": "1.3.2",
"CoolBeans": "0.0.9",
"csurf": "1.4.0",
"express": "4.7.2",
"express-session": "1.7.2",
"i18next": "1.7.4",
"icalendar": "0.6.5",
"iconv": "2.1.4",
"imagemagick": "~0.1.3",
"jade": "1.4.2",
"lodash": "2.4.1",
"mailparser": "0.4.4",
"marked": "0.3.2",
"moment-timezone": "0.2.1",
"mongodb": "1.4.8",
"morgan": "1.2.2",
"multiparty": "~3.2.7",
"nconf": "0.6.9",
"node-cache": "1.0.0",
"node-html-encoder": "0.0.2",
"node-syntaxhighlighter": "0.8.1",
"node-uuid": "~1.4.1",
"nodemailer": "1.1.1",
"numeral": "1.5.3",
"passport": "0.2.0",
"passport-github": "0.1.5",
"passport-openid": "0.3.1",
"serve-static": "1.4.4",
"soap-sympa": "0.0.1",
"static-favicon": "1.0.2",
"stripe": "2.8.0",
"underscore.string": "2.3.3",
"URIjs": "1.13.2",
"useragent": "2.0.9",
"winston": "0.7.3",
"winston-config": "0.4.2"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-bower-install-simple": "0.9.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jade": "0.12.0",
"grunt-contrib-less": "0.11.3",
"grunt-contrib-uglify": "0.5.1",
"grunt-jslint": "1.1.12",
"grunt-karma": "0.8.3",
"grunt-mocha-istanbul": "git://github.com/leider/grunt-mocha-istanbul#peerDependency",
"karma": "0.12.20",
"karma-coverage": "0.2.5",
"karma-html2js-preprocessor": "0.1.0",
"karma-mocha": "0.1.6",
"karma-must": "0.1.1",
"karma-phantomjs-launcher": "0.1.4",
"karma-sinon": "1.0.3",
"mock-fs": "~2.3.1",
"must": "0.12.0",
"proxyquire": "1.0.1",
"request": "2.39.0",
"sinon": "1.10.3",
"supertest": "0.13.0",
"utils-merge": "1.0.0",
"grunt-cli": "~0.1.13"
},
"scripts": {
"start": "node start",
"test": "grunt tests",
"prepublish": "sh ./prepublish.sh"
}
}