forked from linagora/linagora.esn.admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.96 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
{
"name": "linagora.esn.admin",
"version": "1.4.7-dev",
"description": "Administration module for the ESN",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"author": "Linagora folks <[email protected]>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/linagora/linagora.esn.admin"
},
"dependencies": {
"awesome-module": "1.0.0",
"express": "4.16.3",
"glob-all": "3.1.0",
"ldapauth-fork": "3.0.0",
"q": "1.4.1"
},
"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",
"async": "2.0.1",
"bower": "1.8.2",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"chai-shallow-deep-equal": "1.4.4",
"eslint": "3.6.0",
"eslint-config-airbnb-base": "8.0.0",
"eslint-config-linagora-esn": "1.0.0",
"eslint-plugin-import": "1.16.0",
"fs-extra": "0.30.0",
"grunt": "1.0.3",
"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": "2.1.0",
"grunt-puglint": "^1.0.0",
"grunt-release": "0.14.0",
"grunt-swagger-generate": "linagora/grunt-swagger-generate#d756f1a6c51897ddf94de8c2391bfcb14b7ca061",
"karma": "1.7.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.2",
"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",
"linagora.esn.resource": "linagora/linagora.esn.resource#master",
"load-grunt-tasks": "^3.5.0",
"mocha": "5.2.0",
"mockery": "1.7.0",
"redis": "2.6.2",
"rewire": "2.5.2",
"sinon": "1.17.6",
"sinon-chai": "2.8.0",
"supertest": "2.0.0",
"time-grunt": "1.4.0"
}
}