forked from linagora/hublin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.87 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.87 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
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
{
"name": "hublin",
"version": "0.1.0",
"description": "Hubl.in is a free and open source video conference solution built with love and designed with ethics in mind. It's the best way to initiate a communication anywhere with anybody and brings real time conversation to the next level. Hubl.in allows free communication without additional plugins.",
"main": "index.js",
"dependencies": {
"async": "2.0.1",
"async-eventemitter": "0.2.2",
"awesome-chat": "git+https://ci.open-paas.org/stash/scm/om/awesome-chat.git",
"awesome-collaborative-editor": "git+https://ci.open-paas.org/stash/scm/om/awesome-collaborative-editor.git",
"awesome-module": "1.0.0",
"awesome-module-manager": "1.1.3",
"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",
"awesome-yjs": "git+https://ci.open-paas.org/stash/scm/om/awesome-yjs.git",
"body-parser": "1.15.2",
"bson": "0.5.5",
"chokidar": "1.6.0",
"connect-dynamic-middleware": "0.1.0",
"cookie-parser": "1.4.3",
"cors": "2.8.1",
"email-addresses": "2.0.2",
"express": "4.14.0",
"express-domain-middleware": "0.1.0",
"express-session": "1.14.1",
"extend": "3.0.0",
"fs-extra": "0.30.0",
"hash_file": "0.1.1",
"helmet": "2.2.0",
"i18n": "0.8.3",
"jade": "1.11.0",
"konphyg": "1.4.0",
"jstransformer-less": "2.2.0",
"less-middleware": "2.2.0",
"marked": "0.3.6",
"mongoconfig": "1.1.0",
"mongodb": "2.2.10",
"mongoose": "4.6.0",
"morgan": "1.7.0",
"node-uuid": "1.4.7",
"om-email-invitation": "0.0.4",
"om-invitation": "0.0.2",
"om-mailer": "0.2.5",
"om-webrtc-backend": "0.0.8",
"om-websocket-server": "0.0.1",
"open": "0.0.5",
"q": "1.4.1",
"redis": "2.6.2",
"trim": "0.0.1",
"winston": "2.2.0",
"winston-mail": "1.3.0"
},
"devDependencies": {
"bower": "1.7.9",
"chai": "3.5.0",
"closure-linter-wrapper": "1.1.0",
"cookie": "0.3.1",
"grunt-continue": "0.1.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jade": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-gjslint": "0.2.1",
"grunt-karma": "2.0.0",
"grunt-lint-pattern": "0.1.4",
"grunt-mocha-cli": "2.1.0",
"grunt-ng-annotate": "2.0.2",
"grunt-node-inspector": "0.4.2",
"grunt-nodemon": "0.4.2",
"grunt-run": "0.6.0",
"grunt-run-grunt": "git+https://ci.open-paas.org/stash/scm/or/grunt-run-grunt.git",
"grunt-shell": "2.1.0",
"grunt-shell-spawn": "0.3.10",
"grunt-usemin": "3.1.1",
"jasmine-core": "2.5.2",
"jit-grunt": "0.10.0",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-html2js-preprocessor": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-mocha": "1.1.1",
"karma-ng-jade2module-preprocessor": "git+https://ci.open-paas.org/stash/scm/or/karma-ng-jade2module-preprocessor.git#7ccc8a3253e",
"karma-phantomjs-launcher": "1.0.2",
"karma-rawfixtures-preprocessor": "git+https://ci.open-paas.org/stash/scm/or/karma-rawfixtures-preprocessor.git",
"karma-requirejs": "1.1.0",
"karma-script-launcher": "1.0.0",
"karma-spec-reporter": "0.0.26",
"mocha": "3.0.2",
"mockery": "1.7.0",
"nodemon": "1.10.2",
"requirejs": "2.3.2",
"rewire": "2.5.2",
"supertest": "2.0.0",
"time-grunt": "1.4.0",
"usemin-patterns": "0.1.4"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install --allow-root",
"test": "grunt test --chunk=1"
},
"author": "Linagora Folks",
"license": "AGPLv3"
}