forked from Team-Fire/WeLearn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 827 Bytes
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
{
"name": "welearn",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
"cheerio": "~0.22.0",
"connect-mongo": "~1.3.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
"express-session": "~1.14.2",
"mocha": "~3.2.0",
"mocha-mongoose": "~",
"mongoose": "~4.7.0",
"morgan": "~1.7.0",
"muk": "~",
"multer": "~1.2.0",
"node-jsdom": "~3.1.5",
"node-schedule": "^1.2.0",
"request": "~2.79.0",
"serve-favicon": "~2.3.0",
"should": "~",
"silly-datetime": "^0.1.2",
"socket.io": "^1.7.2",
"supertest": "~2.0.1",
"uft8": "~2.1.2",
"wechat": "~2.0.3",
"wechat-api": "~1.32.0",
"wechat-oauth": "^1.2.0"
}
}