-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.99 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.99 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
{
"name": "discuss-app",
"description": "CoLearnr discussion Forum",
"version": "1.0.0-alpha2",
"homepage": "https://www.colearnr.com",
"license": "GPL-3.0",
"private": false,
"scripts": {
"start": "NODE_ENV=development nodemon --watch src --watch public app",
"test": "mocha ./tests"
},
"repository": {
"url": "https://github.com/colearnr/discuss.git"
},
"main": "app.js",
"dependencies": {
"acl": "git://github.com/colearnr/node_acl.git#0.4.8",
"async": "1.5.2",
"bcrypt": "0.8.6",
"bitly": "4.1.1",
"body-parser": "1.14.2",
"cheerio": "0.20.0",
"colearnr-extract-app": "1.0.1",
"colearnr-sdk": "1.0.0-alpha2",
"compression": "1.6.0",
"connect-redis": "3.0.2",
"cookie": "0.3.1",
"cookie-parser": "1.4.0",
"cron": "1.1.0",
"csurf": "1.8.3",
"ejs": "2.4.2",
"emailjs": "1.0.4",
"express": "4.13.4",
"express-namespace": "0.1.1",
"express-session": "1.12.1",
"gravatar": "1.5.2",
"helmet": "2.1.1",
"hiredis": "0.1.17",
"less-middleware": "2.1.0",
"lodash": "4.13.1",
"marked": "0.3.5",
"moment": "2.11.0",
"mongodb": "2.1.14",
"mongojs": "2.4.0",
"nconf": "0.8.2",
"node-imagemagick": "0.1.8",
"nodebb-plugin-markdown": "5.1.6",
"nodebb-plugin-mentions": "1.0.12",
"nodebb-theme-vanilla": "5.0.78",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-google-oauth": "1.0.0",
"passport-local": "1.0.0",
"passport-twitter": "1.0.4",
"prompt": "1.0.0",
"redis": "2.4.2",
"reds": "0.2.5",
"request": "2.72.0",
"rss": "1.2.1",
"serve-favicon": "2.3.0",
"serve-static": "1.10.0",
"sitemap": "1.6.0",
"socket.io": "git://github.com/colearnr/socket.io.git#0.9.19",
"uglify-js": "2.6.1",
"validator": "5.4.0",
"winston": "2.2.0"
},
"optionalDependencies": {
"hiredis": "0.5.0"
},
"devDependencies": {
"mocha": "2.5.3",
"nodemon": "*"
},
"engines": {
"node": ">=6.2.0"
}
}