-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "loggingserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"lowdb": "1.0.0",
"lodash": "4.17.11",
"shortid": "2.2.14",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"gulp": "3.9.1",
"gulp-angular-htmlify": "2.3.0",
"gulp-angular-templatecache": "2.0.0",
"gulp-babel": "7.0.0",
"gulp-concat": "2.6.1",
"gulp-jshint": "2.1.0",
"gulp-less": "3.3.2",
"gulp-minify-css": "1.2.4",
"gulp-ng-annotate": "2.0.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.6.1",
"gulp-uglify-es": "1.0.4",
"gulp-util": "^3.0.8",
"gutil": "^1.6.4",
"http": "0.0.0",
"http-proxy": "1.16.2",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.4",
"express-validator": "~5.3.1",
"http-errors": "~1.6.2",
"morgan": "^1.9.1",
"promise": "^7.3.1",
"pug": "2.0.0-beta11",
"uuid": "^3.2.1",
"websocket": "^1.0.26",
"moment": "^2.24.0",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"object-sizeof": "^1.3.0"
}
}