-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.07 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
92
93
94
95
96
97
98
99
100
101
{
"name": "integration",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"debug": "nodemon --inspect=0.0.0.0:24688 app.js"
},
"dependencies": {
"bluebird": "^3.5.1",
"brfs": "^1.6.1",
"bson": "^2.0.5",
"bson-objectid": "^1.2.3",
"compression": "^1.7.2",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"debug": "^2.6.9",
"dependify": "0.0.1",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-session": "^1.15.6",
"express-validator": "^5.1.2",
"formidable": "^1.2.1",
<<<<<<< HEAD
"grunt": "^1.0.3",
"gulp-cli": "^2.0.1",
=======
"grunt": "^1.0.2",
"gulp": "^3.9.1",
>>>>>>> 600a93a41288b63d1f039317a613dae209f7b7e9
"gulp-sourcemaps": "^2.6.4",
"gulp-uglifyes": "^0.2.1",
"http-errors": "~1.6.2",
"identicon.js": "^2.3.2",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"mongodb": "^3.0.7",
"mongoose": "^5.0.15",
"morgan": "~1.9.0",
"node-uuid": "^1.4.8",
"postal": "^2.0.5",
"qs": "^6.5.1",
"querystring": "^0.2.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"unzip": "^0.1.11",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"xml2js": "^0.4.19",
"xmldom": "^0.1.27",
"xpath": "0.0.27",
"yargs": "^12.0.2"
},
"devDependencies": {
"browserify": "^16.2.2",
"connect-livereload": "^0.6.0",
"del": "^3.0.0",
"grunt-browserify": "^5.3.0",
"grunt-concat-sourcemap": "^0.4.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
<<<<<<< HEAD
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"gulp": "^3.9.1",
=======
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
>>>>>>> 600a93a41288b63d1f039317a613dae209f7b7e9
"gulp-autoprefixer": "^6.0.0",
"gulp-browatchify": "0.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^4.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-ruby-sass": "^3.0.0",
"gulp-sass-lint": "^1.4.0",
"gulp-scss-lint": "^0.7.1",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"nodemon": "^1.17.3"
}
}