-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
77 lines (77 loc) · 2.08 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
{
"name": "TalentAcquisitionSystem",
"version": "0.0.1",
"description": "",
"scripts": {
"init": "npm install",
"install": "bower install; gulp clean",
"start": "gulp clean; gulp serve-dev"
},
"repository": {
"type": "git",
"url": "https://github.com/ajayak/TalentAcquisitionSystem.git"
},
"author": "'Ajay Kumar<'ajayak731@hotmail.com'>",
"license": "'MIT'",
"bugs": {
"url": "https://github.com/ajayak/TalentAcquisitionSystem/issues"
},
"homepage": "https://github.com/ajayak/TalentAcquisitionSystem",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.13.3",
"compression": "1.5.2",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.0",
"cors": "2.7.1",
"express": "4.13.3",
"express-session": "1.11.3",
"mongodb": "2.0.42",
"mongoose": "4.1.10",
"morgan": "1.6.1",
"passport": "0.3.0",
"passport-local": "1.0.0",
"serve-favicon": "2.3.0"
},
"devDependencies": {
"browser-sync": "2.8.2",
"dateformat": "1.0.11",
"debug": "2.2.0",
"del": "1.2.1",
"glob": "^4.0.5",
"gulp": "3.9.0",
"gulp-angular-templatecache": "1.7.0",
"gulp-autoprefixer": "2.3.1",
"gulp-bytediff": "1.0.0",
"gulp-cache": "0.2.10",
"gulp-concat": "2.6.0",
"gulp-filter": "^1.0.2",
"gulp-imagemin": "2.3.0",
"gulp-inject": "1.5.0",
"gulp-jscs": "2.0.0",
"gulp-jshint": "1.11.2",
"gulp-livereload": "3.8.0",
"gulp-load-plugins": "1.0.0-rc.1",
"gulp-load-utils": "0.0.4",
"gulp-minify-css": "1.2.1",
"gulp-minify-html": "1.0.4",
"gulp-ng-annotate": "1.1.0",
"gulp-nodemon": "2.0.4",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-rev": "^1.1.0",
"gulp-rev-replace": "^0.3.1",
"gulp-rimraf": "0.1.1",
"gulp-shell": "0.4.2",
"gulp-sourcemaps": "1.5.2",
"gulp-task-listing": "1.0.1",
"gulp-uglify": "1.3.0",
"gulp-util": "3.0.6",
"jshint-stylish": "2.0.1",
"merge-stream": "1.0.0",
"method-override": "2.3.5",
"minimist": "1.2.0",
"plato": "1.5.0"
}
}