-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.71 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.71 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
49
50
51
52
{
"name": "dec112-border",
"version": "1.0.12",
"description": "Deaf Emergency Call (DEC112) Border Gateway",
"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.1",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"consolidate": "^0.15.1",
"express": "^4.15.4",
"express-debug": "^1.1.1",
"file-stream-rotator": "^0.2.0",
"jssip": "^3.2.14",
"jssip-node-websocket": "^3.0.0",
"localize": "^0.4.7",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"morgan": "^1.8.2",
"node-rest-client": "git+https://github.com/rprinz08/node-rest-client.git",
"node-rest-client-promise": "^3.1.1",
"pg-promise": "^7.3.2",
"serve-favicon": "^2.4.3",
"serve-index": "^1.9.0",
"sprintf-js": "^1.1.1",
"swagger-node-express": "^2.1.3",
"websocket": "^1.0.28",
"x2js": "^3.1.1"
},
"devDependencies": {
"grunt": "^1.0.3",
"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.3.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-jsdoc": "^2.1.0",
"grunt-shell": "^2.1.0",
"requirejs": "^2.3.5"
}
}