forked from linagora/openpaas-esn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 5.41 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "linagora-rse",
"version": "0.0.0",
"description": "Linagora RSE",
"main": "index.js",
"dependencies": {
"async": "~0.8.0",
"async-eventemitter": "~0.2.2",
"awesome-content-sender": "0.0.1",
"awesome-module": "1.0.0",
"awesome-module-manager": "1.1.1",
"awesome-node-redis-pubsub": "git+https://ci.open-paas.org/stash/scm/or/awesome-node-redis-pubsub.git",
"awesome-sessionstore": "git+https://ci.open-paas.org/stash/scm/or/awesome-sessionstore.git",
"bcrypt-nodejs": "~0.0.3",
"body-parser": "~1.2.0",
"bower": "~1.3.3",
"bson": "^0.2.8",
"busboy": "^0.2.9",
"canvas": "1.2.3",
"charAPI": "git+https://ci.open-paas.org/stash/scm/olibs/char-api.git",
"chokidar": "~0.8.1",
"commander": "^2.9.0",
"composable-middleware": "^0.3.0",
"connect-dynamic-middleware": "~0.1.0",
"connect-flash": "0.1.1",
"connect-restreamer": "^1.0.3",
"cookie-parser": "~1.1.0",
"cors": "~2.4.1",
"cron": "^1.0.9",
"dotty": "0.0.2",
"elasticsearch": "~2.1.4",
"email-addresses": "~1.1.1",
"email-templates": "~0.1.1",
"escape-string-regexp": "^1.0.1",
"esn-elasticsearch-configuration": "0.2.0",
"express": "~4.2.0",
"express-http-proxy": "0.6.0",
"express-session": "~1.1.0",
"extend": "~1.2.1",
"fs-extra": "~0.8.1",
"gm": "^1.16.0",
"gridfs-stream": "^0.5.0",
"hash_file": "~0.1.1",
"i18n": "~0.4.1",
"ical.js": "1.1.2",
"jade": "^1.3.1",
"jsonwebtoken": "^5.4.1",
"konphyg": "git+https://github.com/linagora/konphyg.git",
"kue": "0.10.4",
"ldapauth-fork": "~2.2.12",
"less": "^2.5.0",
"less-middleware": "^1.0.3",
"lodash": "4.11.1",
"mailparser": "~0.4.1",
"moment": "^2.10.3",
"moment-timezone": "^0.4.1",
"mongoconfig": "~1.0.0",
"mongodb": "^1.4.3",
"mongoose": "3.8.23",
"morgan": "~1.0.1",
"node-uuid": "~1.4.1",
"nodemailer": "~1.3.4",
"oauth2orize": "~1.0.1",
"om-mailer": "0.2.5",
"passport": "^0.2.0",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "1.0.0",
"passport-http": "~0.2.2",
"passport-http-bearer": "~1.0.1",
"passport-jwt": "linagora/passport-jwt#v1.2.2-linagora",
"passport-ldaplng": "0.2.0",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "~0.1.1",
"passport-oauth2-refresh": "^1.0.0",
"passport-twitter": "1.0.3",
"q": "~1.0.0",
"randomstring": "~1.0.3",
"recaptcha": "~1.2.0",
"redis": "~0.10.2",
"request": "~2.53.0",
"socket.io": "1.2.1",
"superagent": "~0.18.0",
"tar": "~1.0.3",
"toobusy-js": "~0.3.0",
"trim": "0.0.1",
"twitter-node-client": "git+https://github.com/linagora/TwitterJSClient.git",
"url-join": "0.0.1",
"valid-url": "^1.0.9",
"winston": "1.0.1",
"xml2js": "^0.4.3"
},
"devDependencies": {
"chai": "~2.3.0",
"chai-as-promised": "~5.0.0",
"chai-datetime": "~1.1.2",
"chai-jquery": "2.0.0",
"chai-shallow-deep-equal": "~1.3.0",
"connect-flash": "0.1.1",
"cookie": "~0.1.1",
"cucumber": "~0.10.2",
"dockerode": "git+https://github.com/linagora/dockerode.git#1538354437a",
"eslint-config-airbnb": "6.1.0",
"find-port": "1.0.0",
"grunt": "~0.4.2",
"grunt-config": "^0.4.0",
"grunt-continue": "0.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-docker-spawn": "git+https://ci.open-paas.org/stash/scm/olibs/grunt-docker-spawn.git#a4c8371fe23",
"grunt-eslint": "18.0.0",
"grunt-jscs": "2.3.0",
"grunt-karma": "^0.11.2",
"grunt-lint-pattern": "^0.1.4",
"grunt-mocha-cli": "~1.8.0",
"grunt-node-inspector": "^0.1.5",
"grunt-nodemon": "~0.2.0",
"grunt-protractor-runner": "2.1.2",
"grunt-run": "~0.2.1",
"grunt-run-grunt": "git+https://ci.open-paas.org/stash/scm/or/grunt-run-grunt.git",
"grunt-shell": "~0.7.0",
"grunt-shell-spawn": "sergkr/grunt-shell-spawn",
"grunt-wait-server": "^0.2.1",
"karma": "0.12.28",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coverage": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-mocha": "0.1.1",
"karma-ng-jade2module-preprocessor": "git+https://ci.open-paas.org/stash/scm/or/karma-ng-jade2module-preprocessor.git",
"karma-phantomjs-launcher": "~0.1.1",
"karma-rawfixtures-preprocessor": "git+https://ci.open-paas.org/stash/scm/or/karma-rawfixtures-preprocessor.git",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-spec-reporter": "0.0.8",
"ldapjs": "0.7.1",
"mocha": "~1.18.2",
"mockery": "~1.4.0",
"nodemailer-browser": "~0.1.0",
"nodemailer-pickup-transport": "~0.1.1",
"nodemailer-stub-transport": "~1.0.0",
"nodemon": "1.0.19",
"open": "0.0.5",
"phantomjs": "~2.1.7",
"protractor-cucumber-framework": "~0.5.0",
"requirejs": "~2.1.10",
"rewire": "^2.3.3",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"supertest": "^0.12.1",
"swagger-jsdoc": "~1.3.0"
},
"scripts": {
"postinstall": "node ./node_modules/bower/bin/bower install --allow-root"
},
"bin": {
"openpaas-cli": "./bin/cli.js",
"openpaas-esn": "./bin/openpaas.js"
},
"author": "",
"license": "AGPLv3"
}