forked from hmdc/test-security-alerts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.31 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
{
"name": "rce",
"version": "0.0.1",
"description": "",
"main": "gulpfile.js",
"engines": {
"node": "^10.15.0"
},
"scripts": {
"test": "gulp karma",
"start": "gulp build",
"start-mongo": "bash ./util/start-mongo.sh",
"seed-mongo": "node ./util/seed-database.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"angularjs-toaster": "^2.0.0",
"adal-node": "^0.1.22",
"angular": "~1.7.9",
"angular-animate": "~1.7.9",
"angular-applicationinsights": "^0.2.8",
"angular-bootstrap": "~0.12.2",
"angular-chart.js": "^1.0.3",
"angular-fontawesome": "^1.0.0",
"angular-tablesort": "^1.3.0",
"angular-toastr": "~1.6.0",
"@uirouter/angularjs": "^0.2.11",
"angularjs-slider": "^6.7.0",
"applicationinsights": "^0.15.19",
"async": "^2.6.3",
"async-retry": "^1.3.1",
"body-parser": "^1.19.0",
"bootstrap": "~3.3.7",
"bull": "^2.2.6",
"connect-redis": "^3.4.2",
"connect-timeout": "^1.7.0",
"cookie-parser": "^1.4.4",
"documentdb": "^1.15.3",
"dot": "^1.1.2",
"dotenv": "^2.0.0",
"easy-zip": "0.0.4",
"express": "^4.17.1",
"express-session": "^1.16.2",
"express-sslify": "^1.2.0",
"finderjs": "^1.3.0",
"joi": "^13.7.0",
"jshint": "^2.10.2",
"json-stream": "^1.0.0",
"kubernetes-client": "^6.12.1",
"load-grunt-tasks": "^4.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongoose": "^5.7.3",
"mongoose-type-email": "^1.0.11",
"mongoose-type-url": "^1.0.6",
"morgan": "^1.9.1",
"natives": "^1.1.6",
"ng-bootstrap-lightbox": "^1.0.1",
"ngclipboard": "^1.1.1",
"nohm": "^2.2.3",
"nyc": "^14.1.1",
"passport": "^0.3.2",
"passport-cas": "^0.1.0",
"passport-google-oauth20": "^1.0.0",
"pino": "^5.13.4",
"q": "^1.4.1",
"ioredis": "^4.15.1",
"request": "^2.88.0",
"redis-url-parse": "^2.0.0",
"selfsigned": "^1.10.7",
"simple-ssh": "^0.9.0",
"store": "^1.3.20",
"uuid": "^3.3.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"adm-zip": "^0.4.13",
"angular": "^1.7.9",
"angular-animate": "^1.7.8",
"angular-mocks": "^1.7.8",
"angular-moment": "^1.3.0",
"angular-route": "^1.7.8",
"angular-ui-bootstrap": "^2.1.3",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"chai-date-string": "^0.1.0",
"chai-http": "^4.3.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-bro": "^1.0.3",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
"gulp-connect": "^5.7.0",
"gulp-jsdoc3": "^1.0.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.6.0",
"gulp-minify-css": "^0.3.7",
"gulp-mocha": "^7.0.1",
"gulp-nodemon": "^2.4.2",
"gulp-run-sequence": "^0.3.2",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^3.2.0",
"karma": "^3.1.4",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-nyan-reporter": "0.0.43",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.4",
"karma-unicorn-reporter": "^0.1.4",
"minimist": "^1.2.0",
"mocha": "^5.2.0",
"moment-timezone": "^0.5.26",
"phantomjs": "^1.9.19",
"phantomjs-polyfill": "0.0.2",
"run-sequence": "^1.2.2",
"sinon": "^1.17.2",
"watchify": "^3.11.1"
}
}