-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.22 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
{
"name": "smartsla-backend",
"version": "1.6.6-dev",
"description": "OpenPaaS backend module for SmartSLA",
"main": "index.js",
"devDependencies": {
"@linagora/grunt-i18n-checker": "2.0.5",
"@linagora/grunt-lint-pattern": "0.1.4",
"@linagora/i18n-checker": "2.0.3",
"@linagora/karma-ng-jade2module-preprocessor": "0.5.3",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"chai-shallow-deep-equal": "1.4.0",
"eslint": "3.6.0",
"eslint-config-airbnb-base": "8.0.0",
"eslint-config-linagora-esn": "1.0.2",
"eslint-plugin-import": "1.16.0",
"grunt": "^1.1.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "19.0.0",
"grunt-karma": "2.0.0",
"grunt-mocha-cli": "3.0.0",
"grunt-puglint": "1.0.0",
"grunt-swagger-generate": "github:linagora/grunt-swagger-generate",
"karma": "1.7.1",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.1.1",
"karma-phantomjs-launcher": "1.0.2",
"karma-spec-reporter": "0.0.26",
"linagora-rse": "linagora/openpaas-esn#master",
"mocha": "3.1.2",
"mockery": "1.7.0",
"mongoose": "^5.9.18",
"rewire": "2.5.2",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"socket.io": "1.2.1",
"supertest": "2.0.0",
"time-grunt": "1.4.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://ci.linagora.com/linagora/lgs/linagora/lgs/smartsla/smartsla-backend.git"
},
"author": "Linagora R&D",
"license": "AGPL-3.0",
"engines": {
"node": ">=6.5.0"
},
"dependencies": {
"async": "2.6.0",
"awesome-module": "1.1.0",
"axios": "^0.19.1",
"composable-middleware": "0.3.0",
"cors": "^2.8.5",
"deep-object-diff": "^1.1.0",
"email-addresses": "3.0.1",
"esn-elasticsearch-configuration": "^1.4.7",
"express": "^4.17.1",
"glob-all": "^3.2.1",
"html-to-text": "5.1.1",
"json2csv": "4.5.4",
"lodash": "^4.17.15",
"moment-business": "^3.0.1",
"moment-timezone": "^0.5.27",
"mongodb": "^3.5.8",
"q": "1.4.1",
"trim": "0.0.1",
"yargs": "^15.3.1"
}
}