This repository has been archived by the owner on May 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.03 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
{
"name": "cm",
"version": "0.0.0",
"private": true,
"scripts": {
"gulp": "gulp",
"grunt": "grunt watch",
"run": "nodemon ./bin/www",
"start": "npm-run-all --parallel gulp grunt run",
"test": "mocha"
},
"dependencies": {
"app-root-path": "^2.1.0",
"async-foreach": "^0.1.3",
"asyncawait": "^1.0.1",
"bluebird": "^3.3.5",
"body-parser": "~1.18.0",
"config": "^1.12.0",
"connect-mongo": "^0.8.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.4.0",
"cors": "^2.8.1",
"debug": "~3.1.0",
"ejs": "~2.6.1",
"express": "~4.16.0",
"express-session": "^1.10.4",
"favicon": "0.0.2",
"flash": "^1.1.0",
"follow-redirects": "^1.2.0",
"fs-extra": "^6.0.1",
"gravatar": "^1.3.1",
"html-to-json": "^0.6.0",
"is-image-url": "^1.1.8",
"kerberos": "0.0.24",
"lodash": "^4.17.10",
"meta-tags": "^1.0.0",
"metatags": "0.0.8",
"moment": "^2.10.2",
"mongoose": "^4.0.7",
"morgan": "~1.9.0",
"nodemailer": "^4.0.1",
"oauth2orize": "^1.2.0",
"og-parser": "^1.0.5",
"passport": "^0.4.0",
"passport-custom": "^1.0.5",
"passport-facebook": "^2.0.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"request": "^2.67.0",
"serve-favicon": "~2.5.0",
"shortid": "^2.2.2",
"slug": "^0.9.1",
"socket.io": "^2.1.1",
"string": "^3.3.3",
"underscore": "^1.8.3",
"url-parse": "^1.1.7",
"uuid": "^3.3.2",
"valid-url": "^1.0.9",
"validator": "^10.4.0",
"x-frame-options": "^1.0.0"
},
"devDependencies": {
"connect-livereload": "^0.5.3",
"expect.js": "^0.3.1",
"bower": "^1.4.1",
"gulp": "^3.9.0",
"grunt": "^0.4.5",
"grunt-bowercopy": "^1.2.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-ng-annotate": "^1.0.1",
"mocha": "^2.2.1",
"superagent": "^1.1.0",
"tiny-lr": "^0.1.5"
}
}