forked from soft-eng-practicum/internapp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.75 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
{
"name": "internshipapplication",
"version": "1.0.1",
"main": "server.js",
"engines": {
"node": "10.15.1",
"npm": "6.11.3"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"async": "^2.6.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "~0.1.1",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.4",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-fileupload": "^0.1.1",
"express-session": "^1.17.0",
"gridfs-stream": "^1.1.1",
"gulp-clean-css": "^3.0.4",
"home-dir": "^1.0.0",
"jasmine": "^2.5.2",
"jasmine-node": "^1.14.5",
"jquery": "^3.4.1",
"json2csv": "^3.7.3",
"karma-script-launcher": "^1.0.0",
"lodash": "latest",
"method-override": "~2.3.10",
"mkdirp": "^0.5.1",
"mongodb": "^3.3.3",
"mongoose": "^4.7.2",
"mongoose-schema-jsonschema": "^1.2.1",
"morgan": "~1.9.1",
"multer": "^1.0.0",
"multer-gridfs": "0.0.1",
"multer-gridfs-storage": "0.0.5",
"natives": "^1.1.6",
"nodemailer": "^2.6.4",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"serve-favicon": "^2.3.2",
"tablesorter": "^2.31.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^2.1.2",
"jasmine": "^2.5.3",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"karma": "^1.5.0",
"karma-firefox-launcher": "^1.2.0",
"karma-jasmine": "^1.1.0",
"karma-script-launcher": "^1.0.0",
"karma-webpack": "^2.0.2",
"nodemon": "^1.19.4",
"request": "^2.79.0",
"requirejs": "^2.3.3",
"webpack": "^2.2.1"
}
}