-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
132 lines (132 loc) · 4.74 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
{
"name": "TallyCTF",
"description": "CTF Scoreboard & Event Management Tool.",
"author": "Cyber Ninjas",
"version": "0.4.2",
"meanjs-version": "0.4.2",
"private": false,
"license": "GPL-3.0",
"repository": "https://github.com/CyberNinjas/TallyCTF.git",
"engines": {
"node": ">=8.16.0",
"npm": "3.5.1",
"yarn": ">= 1.0.0"
},
"scripts": {
"start": "node server.js",
"build": "gulp build",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'public/lib', 'junction') } catch (e) { }\"",
"test": "grunt test"
},
"dependencies": {
"@bower_components/angular": "angular/bower-angular#1.3.20",
"@bower_components/angular-animate": "angular/bower-angular-animate#~1.3",
"@bower_components/angular-bootstrap": "angular-ui/bootstrap-bower#~0.13",
"@bower_components/angular-file-upload": "nervgh/angular-file-upload#1.1.5",
"@bower_components/angular-formly": "formly-js/angular-formly#>=4.0.5",
"@bower_components/angular-formly-templates-bootstrap": "formly-js/angular-formly-templates-bootstrap#^6.3.2",
"@bower_components/angular-messages": "angular/bower-angular-messages#~1.3.17",
"@bower_components/angular-mocks": "angular/bower-angular-mocks#~1.3",
"@bower_components/angular-resource": "angular/bower-angular-resource#~1.3",
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#~0.2",
"@bower_components/angular-ui-select": "angular-ui/ui-select#^0.19.6",
"@bower_components/angular-ui-utils": "angular-ui/ui-utils#bower",
"@bower_components/angularjs-slider": "rzajac/angularjs-slider#^5.9.0",
"@bower_components/api-check": "kentcdodds/apiCheck.js#>=6.0.10",
"@bower_components/bootstrap": "twbs/bootstrap#^3.3.7",
"@bower_components/eonasdan-bootstrap-datetimepicker": "Eonasdan/bootstrap-datetimepicker#~4.17.37",
"@bower_components/es5-shim": "es-shims/es5-shim#>=3.4.0",
"@bower_components/jquery": "jquery/jquery-dist#1.9.1 - 3",
"@bower_components/moment": "moment/moment#>=2.10.5",
"@bower_components/ngSweetAlert": "oitozero/ngSweetAlert#^1.1.0",
"@bower_components/owasp-password-strength-test": "viaforensics/owasp-password-strength-test#~1.3.0",
"@bower_components/sweetalert": "t4t5/sweetalert#1.*",
"acl": "0.4.9",
"angular-cache": "^4.6.0",
"angular-formly": "^8.4.0",
"angular-formly-templates-bootstrap": "^6.4.0",
"api-check": "^7.5.5",
"async": "1.5.2",
"body-parser": "1.14.2",
"bootstrap": "^3.3.7",
"bower": "1.7.2",
"bunyan": "1.5.1",
"cfenv": "1.0.3",
"chalk": "1.1.1",
"compression": "1.6.1",
"connect-flash": "0.1.1",
"connect-mongo": "0.8.2",
"consolidate": "0.13.1",
"cookie-parser": "1.4.1",
"crypto": "0.0.3",
"express": "4.13.3",
"express-session": "1.13.0",
"file-stream-rotator": "0.0.6",
"forever": "0.14.2",
"generate-password": "1.1.1",
"glob": "5.0.15",
"helmet": "0.9.1",
"jasmine-core": "2.4.1",
"lodash": "3.10.1",
"method-override": "2.3.5",
"mocha": "1.20.1",
"mongoose": "4.2.10",
"morgan": "1.6.1",
"multer": "1.0.6",
"nodemailer": "1.11.0",
"owasp-password-strength-test": "1.3.0",
"passport": "0.2.2",
"passport-facebook": "2.0.0",
"passport-github": "0.1.5",
"passport-google-oauth": "0.2.0",
"passport-linkedin": "0.1.3",
"passport-local": "1.0.0",
"passport-paypal-openidconnect": "0.1.1",
"passport-saml": "0.15.0",
"passport-twitter": "1.0.3",
"phantomjs": "1.9.19",
"q": "^1.4.1",
"serve-favicon": "2.3.0",
"socket.io": "1.4.4",
"swig": "1.4.2",
"validator": "3.43.0"
},
"devDependencies": {
"coveralls": "2.11.6",
"gulp": "3.9.0",
"gulp-angular-templatecache": "1.8.0",
"gulp-autoprefixer": "3.1.0",
"gulp-concat": "2.6.0",
"gulp-csslint": "0.2.0",
"gulp-cssmin": "0.1.7",
"gulp-eslint": "1.1.1",
"gulp-jshint": "2.0.0",
"gulp-less": "3.0.5",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.2.0",
"gulp-mocha": "2.2.0",
"gulp-ng-annotate": "1.1.0",
"gulp-ngdocs": "^0.2.13",
"gulp-nodemon": "2.0.6",
"gulp-protractor": "2.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.1.1",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.7",
"istanbul": "0.4.2",
"jshint": "2.9.1",
"karma": "0.13.19",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.3.6",
"karma-ng-html2js-preprocessor": "0.2.0",
"karma-phantomjs-launcher": "0.2.3",
"load-grunt-tasks": "3.4.0",
"mock-fs": "3.6.0",
"run-sequence": "1.1.5",
"should": "8.1.1",
"supertest": "1.1.0"
},
"main": "index.js"
}