This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
93 lines (93 loc) · 2.31 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "nodeclube",
"version": "3.0.5",
"private": false,
"main": "app.js",
"description": "A Node.js bbs using MongoDB",
"repository": "https://github.com/GuildWars2Brasil/nodeclube",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"async": "1.5.2",
"bcryptjs": "2.3.0",
"body-parser": "1.15.0",
"bytes": "^2.2.0",
"colors": "1.1.2",
"compression": "1.6.1",
"connect-busboy": "0.0.2",
"connect-redis": "3.0.2",
"cookie-parser": "1.4.1",
"cors": "2.7.1",
"csurf": "1.8.3",
"data2xml": "1.2.4",
"ejs-mate": "2.3.0",
"eventproxy": "0.3.4",
"express": "4.13.4",
"express-session": "1.13.0",
"helmet": "1.3.0",
"ioredis": "1.15.1",
"jpush-sdk": "3.2.1",
"loader": "2.1.0",
"loader-builder": "1.2.1",
"lodash": "4.6.1",
"log4js": "^0.6.29",
"markdown-it": "6.0.0",
"memory-cache": "0.1.5",
"method-override": "2.3.5",
"moment": "2.12.0",
"mongoose": "4.4.5",
"multiline": "1.0.2",
"node-uuid": "1.4.7",
"nodemailer": "2.3.0",
"nodemailer-smtp-transport": "2.2.2",
"oneapm": "1.2.20",
"passport": "0.3.2",
"passport-github": "1.1.0",
"pm2": "1.0.1",
"qn": "1.1.1",
"ready": "0.1.1",
"request": "2.68.0",
"response-time": "2.3.1",
"superagent": "1.8.3",
"utility": "1.6.0",
"validator": "5.1.0",
"xmlbuilder": "8.2.2",
"xss": "0.2.10",
"loader-connect": "1.0.0",
"errorhandler": "1.4.3"
},
"devDependencies": {
"conventional-github-releaser": "^1.0.0",
"conventional-recommended-bump": "0.2.0",
"coveralls": "2.11.9",
"errorhandler": "1.4.3",
"gulp": "^3.9.0",
"gulp-bump": "^2.0.1",
"gulp-conventional-changelog": "^1.0.0",
"gulp-git": "^1.6.1",
"gulp-install": "^0.6.0",
"gulp-istanbul": "^0.10.3",
"gulp-load-tasks": "^0.8.4",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-util": "^3.0.7",
"istanbul": "0.4.2",
"jquery": "^2.2.0",
"jsdom": "^3.1.2",
"loader-connect": "1.0.0",
"mm": "1.3.5",
"mocha": "2.4.5",
"mocha-jsdom": "^1.0.0",
"nock": "7.2.2",
"pedding": "1.0.0",
"run-sequence": "^1.1.5",
"should": "8.3.0",
"supertest": "1.2.0",
"yargs": "^4.1.0"
},
"scripts": {
"test": "make test",
"start": "node app.js"
}
}