-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.5 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
{
"name": "expressjs-startup",
"version": "1.0.0",
"description": "boilerplate code for ExpressJS, AngularJS 1.x",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepthinktechnology/perfect-job-placement.git"
},
"keywords": [
"ExpressJS",
"AngularJS"
],
"author": "Nalin Rupareliya",
"license": "MIT",
"bugs": {
"url": "https://github.com/deepthinktechnology/perfect-job-placement/issues"
},
"homepage": "https://github.com/deepthinktechnology/perfect-job-placement",
"dependencies": {
"async": "^1.5.2",
"bindings": "^1.3.0",
"body-parser": "^1.17.2",
"compression": "^1.7.0",
"config": "^1.26.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^1.3.2",
"cors": "^2.8.4",
"date-utils": "^1.2.21",
"dependable": "^0.2.5",
"download-file": "^0.1.5",
"ejs": "^2.5.7",
"errorhandler": "^1.5.0",
"express": "^4.15.3",
"express-fileupload": "0.0.4",
"express-session": "^1.15.4",
"express-useragent": "^1.0.7",
"express-validator": "^2.21.0",
"forever": "^0.15.3",
"fs": "0.0.2",
"gm": "^1.23.0",
"gridfs-stream": "^1.1.1",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^1.0.2",
"gulp": "^3.9.1",
"gulp-all": "^1.1.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^3.0.0",
"hbs": "^4.0.1",
"method-override": "^2.3.9",
"mkdirp": "^0.5.1",
"mongoose": "^5.0.10",
"morgan": "^1.8.2",
"multiparty": "^4.1.2",
"nodemailer": "^2.7.2",
"nodemailer-mailgun-transport": "^1.3.5",
"nodemailer-mandrill-transport": "^1.2.0",
"readable-stream": "^2.3.3",
"request": "^2.81.0",
"serve-favicon": "^2.4.3",
"serve-static": "^1.12.3",
"uid": "0.0.2",
"underscore-node": "^0.1.2",
"unsplash-api": "^1.2.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"gulp-nodemon": "^2.0.6",
"gulp-uglify": "^3.0.0"
},
"directories": {
"test": "test"
}
}