-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.35 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
{
"name": "phema-author",
"version": "1.3.1",
"license": "Apache-2.0",
"description": "Graphical authoring tool for phenotype algorithms.",
"repository": {
"type": "git",
"url": "https://github.com/PheMA/phema-author.git"
},
"dependencies": {
"@sendgrid/mail": "^6.5.2",
"async": "^3.1.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"bower": "^1.8.8",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-force-ssl": "^0.3.2",
"express-jwt": "^6.0.0",
"express-session": "^1.17.0",
"grunt": "^1.0.4",
"gzippo": "^0.2.0",
"helmet": "^3.21.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.2",
"mongojs": "^3.1.0",
"mongoose": "^5.8.11",
"morgan": "^1.9.1",
"nedb": "^1.8.0",
"ngmin": "^0.5.0",
"npm-check-updates": "^4.0.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"request-json": "^0.6.4",
"sanitizer": "^0.1.3",
"serve-static": "^1.14.1"
},
"devDependencies": {
"grunt-autoprefixer": "^3.0.4",
"grunt-bower-concat": "^1.0.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-filerev": "^2.3.1",
"grunt-karma": "^3.0.2",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-ngdocs": "^0.2.11",
"grunt-replace": "^1.0.1",
"grunt-svgmin": "^6.0.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jasmine-core": "^3.5.0",
"jshint-stylish": "^2.2.1",
"karma": "^4.4.1",
"karma-jasmine": "^3.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0",
"diff": ">=3.5.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "snyk test && grunt test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}