-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.36 KB
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
{
"name": "dec112-api",
"version": "1.0.6",
"description": "Deaf Emergency Call (DEC112) Registration Service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Richard Prinz <richard.prinz@min.at> (https://www.min.at/prinz)",
"license": "GPL-3.0-only",
"dependencies": {
"basic-auth": "^1.1.0",
"bluebird": "^3.5.4",
"body-parser": "^1.18.3",
"colors": "^1.3.3",
"consolidate": "^0.14.5",
"express": "^4.16.4",
"express-debug": "^1.1.1",
"file-stream-rotator": "^0.2.1",
"firmensms": "file:source/other/firmensms",
"glob": "^7.1.3",
"line-by-line": "^0.1.6",
"localize": "^0.4.7",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"nodemailer": "^4.7.0",
"pg-promise": "^7.5.4",
"q": "^1.5.1",
"serve-favicon": "^2.5.0",
"serve-index": "^1.9.1",
"sprintf": "^0.1.5",
"swagger-node-express": "^2.1.3"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-jsdoc": "^2.3.0"
}
}