This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.13 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "jvn",
"description": "JVN Top Donater",
"version": "0.5.0-beta",
"meanjs-version": "0.5.0-beta",
"private": false,
"author": "Van-Duyet Le",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meanjs/mean.git"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.0.0"
},
"scripts": {
"update": "npm update && npm prune && bower install --allow-root && bower prune --allow-root",
"start": "gulp",
"start:prod": "gulp prod",
"start:debug": "gulp debug",
"gulp": "gulp",
"lint": "gulp lint",
"test": "gulp test",
"test:server": "gulp test:server",
"test:server:watch": "gulp test:server:watch",
"test:client": "gulp test:client",
"test:e2e": "gulp test:e2e",
"test:coverage": "gulp test:coverage",
"postinstall": "bower install --allow-root && bower prune --allow-root",
"generate-ssl-certs": "scripts/generate-ssl-certs.sh",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"acl": "0.4.11",
"async": "3.2.2",
"body-parser": "1.19.0",
"bower": "1.8.13",
"cfenv": "1.2.4",
"chalk": "4.1.2",
"compression": "1.7.4",
"connect-flash": "0.1.1",
"connect-mongo": "4.6.0",
"cookie-parser": "1.4.6",
"crypto": "1.0.1",
"express": "4.17.1",
"express-hbs": "2.4.0",
"express-session": "1.17.2",
"file-stream-rotator": "0.5.7",
"generate-password": "1.7.0",
"glob": "7.2.0",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"helmet": "4.6.0",
"jasmine-core": "3.10.1",
"lodash": "4.17.21",
"lusca": "1.7.0",
"method-override": "3.0.0",
"mocha": "9.1.3",
"mongoose": "6.0.13",
"morgan": "1.10.0",
"multer": "1.4.3",
"nodemailer": "6.7.1",
"owasp-password-strength-test": "1.3.0",
"passport": "0.5.0",
"passport-facebook": "3.0.0",
"passport-github": "1.1.0",
"passport-google-oauth": "2.0.0",
"passport-linkedin": "1.0.0",
"passport-local": "1.0.0",
"passport-paypal-openidconnect": "0.1.1",
"passport-twitter": "1.0.4",
"phantomjs-prebuilt": "2.1.16",
"serve-favicon": "2.5.0",
"socket.io": "4.4.0",
"validator": "13.7.0",
"winston": "3.3.3",
"wiredep": "4.0.0",
"snyk": "1.767.0"
},
"devDependencies": {
"coveralls": "3.1.1",
"eslint": "8.3.0",
"eslint-config-airbnb": "19.0.1",
"grunt-concurrent": "3.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-env": "1.0.1",
"grunt-eslint": "24.0.0",
"grunt-karma": "4.0.2",
"grunt-mocha-istanbul": "5.0.2",
"grunt-mocha-test": "0.13.3",
"grunt-ng-annotate": "4.0.0",
"grunt-node-inspector": "1.0.0",
"grunt-nodemon": "0.4.2",
"grunt-protractor-coverage": "0.2.18",
"grunt-protractor-runner": "5.0.0",
"grunt-sass": "3.1.0",
"gulp": "4.0.2",
"gulp-angular-templatecache": "3.0.0",
"gulp-autoprefixer": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-csslint": "1.0.1",
"gulp-csso": "4.0.1",
"gulp-eslint": "6.0.0",
"gulp-imagemin": "8.0.0",
"gulp-istanbul": "1.1.3",
"gulp-less": "5.0.0",
"gulp-livereload": "4.0.2",
"gulp-load-plugins": "2.0.7",
"gulp-mocha": "8.0.0",
"gulp-ng-annotate": "2.1.0",
"gulp-node-inspector": "0.2.1",
"gulp-nodemon": "2.5.0",
"gulp-protractor": "4.1.1",
"gulp-rename": "2.0.0",
"gulp-sass": "5.0.0",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"imagemin-pngquant": "9.0.2",
"istanbul": "0.4.5",
"karma": "6.3.9",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-firefox-launcher": "2.1.2",
"karma-jasmine": "4.0.1",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.4",
"lcov-result-merger": "3.1.0",
"load-grunt-tasks": "5.1.0",
"mock-fs": "5.1.2",
"node-inspector": "1.1.2",
"run-sequence": "2.2.1",
"semver": "7.3.5",
"should": "13.2.3",
"supertest": "6.1.6"
},
"snyk": true
}