-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 899 Bytes
/
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
{
"name": "directum-viewer-service",
"version": "1.0.0",
"description": "Сервис для просмотра и закрытия задач для пользователей, не подключенных к системе Directum",
"main": "app.js",
"dependencies": {
"bootstrap": "^3.3.7",
"express": "^4.16.4",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"node-sspi": "^0.2.3",
"pug": "^2.0.3",
"rotating-file-stream": "^1.3.9",
"serve-favicon": "^2.5.0",
"winax": "^1.0.14"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"directum",
"viewer",
"job",
"ISBL"
],
"author": "Revenkov Kirill",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git://github.com/Arucard89/Directum-viewer-service.git"
}
}